diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2026-01-13 12:34:21 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-13 08:28:59 -0800 |
| commit | 88ae17fd8f9a7144c29fb3442b3d8af902340ada (patch) | |
| tree | 8deee6038472f62d8433c51b440ce497313397c4 /meta-python/recipes-devtools/python/python3-libevdev/run-ptest | |
| parent | 0c94f27fdac5db6e4612d06bb86f06a580199e14 (diff) | |
| download | meta-openembedded-88ae17fd8f9a7144c29fb3442b3d8af902340ada.tar.gz | |
python3-libevdev: Upgrade 0.12 -> 0.13.1
Add ptest and upgrade to release 0.13.1:
- pyproject.toml: add pytest as dev dependency
- Import Self from type_checking if needed to be compat with 3.9
- CI: run pytest via uv
- CI: test against multiple python versions
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-libevdev/run-ptest')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-libevdev/run-ptest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-libevdev/run-ptest b/meta-python/recipes-devtools/python/python3-libevdev/run-ptest new file mode 100644 index 0000000000..8d2017d39c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-libevdev/run-ptest | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | pytest --automake | ||
