diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-05-12 01:55:27 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-05-12 01:55:27 +0000 |
| commit | 13168e11508f4f59d4984f5e9b574abf7376acaa (patch) | |
| tree | 9745034f01b9a8f7e0482c2a9f7fc5ca61575f54 /dev-python/pytest-steps | |
| parent | fd8c338741e0a4b9350821c192bc87109ebdbfc8 (diff) | |
| download | baldeagleos-repo-13168e11508f4f59d4984f5e9b574abf7376acaa.tar.gz baldeagleos-repo-13168e11508f4f59d4984f5e9b574abf7376acaa.tar.xz baldeagleos-repo-13168e11508f4f59d4984f5e9b574abf7376acaa.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pytest-steps')
| -rw-r--r-- | dev-python/pytest-steps/pytest-steps-1.8.0.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dev-python/pytest-steps/pytest-steps-1.8.0.ebuild b/dev-python/pytest-steps/pytest-steps-1.8.0.ebuild index e8c1e6b85d9b..8d813d06518a 100644 --- a/dev-python/pytest-steps/pytest-steps-1.8.0.ebuild +++ b/dev-python/pytest-steps/pytest-steps-1.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -35,6 +35,12 @@ BDEPEND=" ) " +EPYTEST_DESELECT=( + # tests fail with recent Pandas + pytest_steps/tests/test_docs_example_with_harvest.py::test_synthesis_df + pytest_steps/tests/test_steps_harvest.py::test_synthesis +) + distutils_enable_tests pytest python_prepare_all() { |
