diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-10-21 23:27:20 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-12 11:09:51 +0000 |
| commit | 9d8042f045c927447b6bd6c2fb6892dfdebcaa24 (patch) | |
| tree | 898c715928f53a30c5e57edc5a584773c9756d64 /meta/recipes-devtools/python/python3-packaging | |
| parent | 626031da74b31d0a8c5ca9d5a1acac9a2d55e998 (diff) | |
| download | poky-9d8042f045c927447b6bd6c2fb6892dfdebcaa24.tar.gz | |
python3-packaging: Ignore old glibc tests on musl
These tests expect glibc to be the system C library
ignore them for musl
(From OE-Core rev: 8b5b18a65c3ac3a3b5f1eef462824ef27f36f223)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-packaging')
| -rw-r--r-- | meta/recipes-devtools/python/python3-packaging/run-ptest | 3 | ||||
| -rw-r--r-- | meta/recipes-devtools/python/python3-packaging/run-ptest.in | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python3-packaging/run-ptest b/meta/recipes-devtools/python/python3-packaging/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta/recipes-devtools/python/python3-packaging/run-ptest +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | pytest --automake | ||
diff --git a/meta/recipes-devtools/python/python3-packaging/run-ptest.in b/meta/recipes-devtools/python/python3-packaging/run-ptest.in new file mode 100644 index 0000000000..508538463b --- /dev/null +++ b/meta/recipes-devtools/python/python3-packaging/run-ptest.in | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | pytest --automake IGNOREDTESTS | ||
