commit: 52c65270cc0b6d299e99fd67a957f00dd594e328 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Thu Nov 17 14:02:51 2022 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Thu Nov 17 14:02:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52c65270
dev-python/pytest-vcr: enable tests Closes: https://bugs.gentoo.org/881623 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> dev-python/pytest-vcr/pytest-vcr-1.0.2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/pytest-vcr/pytest-vcr-1.0.2.ebuild b/dev-python/pytest-vcr/pytest-vcr-1.0.2.ebuild index 53ece1a09..59fe62738 100644 --- a/dev-python/pytest-vcr/pytest-vcr-1.0.2.ebuild +++ b/dev-python/pytest-vcr/pytest-vcr-1.0.2.ebuild @@ -28,6 +28,8 @@ DOCS=( docs README.rst ) EPYTEST_DESELECT=( tests/test_vcr.py::test_no_warnings ) +distutils_enable_tests pytest + python_prepare_all() { # pytest.config was removed in >=dev-python/pytest-5.0 sed "/pytest.config/d" -i tests/test_vcr.py || die
