dev-python/pytest-vcr: enable tests

Closes: https://bugs.gentoo.org/881623
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-11-17 19:02:51 +05:00
parent fc64a0cdc3
commit 52c65270cc

View File

@@ -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