diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-02-26 13:19:38 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-02-26 13:19:38 +0000 |
| commit | 531bf63307dcef64d742189d5f1ace5050169a76 (patch) | |
| tree | aabb203c5a6d60993755e2e3696f48416ca5365d /dev-python | |
| parent | 7bcc6023d63e812f9210ed3a92cf2271fbf9db15 (diff) | |
| download | baldeagleos-repo-531bf63307dcef64d742189d5f1ace5050169a76.tar.gz baldeagleos-repo-531bf63307dcef64d742189d5f1ace5050169a76.tar.xz baldeagleos-repo-531bf63307dcef64d742189d5f1ace5050169a76.zip | |
Adding metadata
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/pytest-testinfra/pytest-testinfra-7.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-testinfra/pytest-testinfra-7.0.0.ebuild b/dev-python/pytest-testinfra/pytest-testinfra-7.0.0.ebuild index 6e95a5f30b3f..a329f39e97ae 100644 --- a/dev-python/pytest-testinfra/pytest-testinfra-7.0.0.ebuild +++ b/dev-python/pytest-testinfra/pytest-testinfra-7.0.0.ebuild @@ -42,11 +42,11 @@ BDEPEND=" distutils_enable_tests pytest python_test() { - local -x EPYTEST_IGNORE=() + local -x EPYTEST_DESELECT=() # This is the only test which actually fails if salt cannot be imported if [[ ${EPYTHON} == python3.11 ]]; then - EPYTEST_IGNORE+=( + EPYTEST_DESELECT+=( test/test_backends.py::test_backend_importables ) fi |
