commit: 21c2147b9222958197678a258fa17a8ef3fa5779
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 16:31:19 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 11 16:43:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21c2147b
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 <AT> gentoo.org>
dev-python/rfc3339-validator/rfc3339-validator-0.1.4-r1.ebuild | 4 ----
1 file changed, 4 deletions(-)
diff --git a/dev-python/rfc3339-validator/rfc3339-validator-0.1.4-r1.ebuild
b/dev-python/rfc3339-validator/rfc3339-validator-0.1.4-r1.ebuild
index b85efbca0543..72cb16eb1624 100644
--- a/dev-python/rfc3339-validator/rfc3339-validator-0.1.4-r1.ebuild
+++ b/dev-python/rfc3339-validator/rfc3339-validator-0.1.4-r1.ebuild
@@ -33,7 +33,3 @@ BDEPEND="
"
distutils_enable_tests pytest
-
-python_test() {
- epytest tests
-}