dev-python/rfc3339-validator: Revert the pytest-markdown workaround

The awful mistake of dev-python/pytest-markdown is now sterilized
via epytest, no need to work around it anymore.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-05-11 18:31:19 +02:00
parent 607b95b7a1
commit 21c2147b92

View File

@@ -33,7 +33,3 @@ BDEPEND="
"
distutils_enable_tests pytest
python_test() {
epytest tests
}