diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-11 18:31:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-11 18:43:39 +0200 |
commit | 21c2147b9222958197678a258fa17a8ef3fa5779 (patch) | |
tree | e9e007e3d86eec929d2fe4fbdae3898cc77a8749 /dev-python/rfc3339-validator | |
parent | python-utils-r1.eclass: Sterilize pytest-markdown (diff) | |
download | gentoo-21c2147b9222958197678a258fa17a8ef3fa5779.tar.gz gentoo-21c2147b9222958197678a258fa17a8ef3fa5779.tar.bz2 gentoo-21c2147b9222958197678a258fa17a8ef3fa5779.zip |
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>
Diffstat (limited to 'dev-python/rfc3339-validator')
-rw-r--r-- | dev-python/rfc3339-validator/rfc3339-validator-0.1.4-r1.ebuild | 4 |
1 files changed, 0 insertions, 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 -} |