From 52c65270cc0b6d299e99fd67a957f00dd594e328 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Thu, 17 Nov 2022 19:02:51 +0500 Subject: [PATCH] dev-python/pytest-vcr: enable tests Closes: https://bugs.gentoo.org/881623 Signed-off-by: Anna (cybertailor) Vyalkova --- 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 53ece1a09c..59fe627384 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