From 21c2147b9222958197678a258fa17a8ef3fa5779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 11 May 2022 18:31:19 +0200 Subject: [PATCH] dev-python/rfc3339-validator: Revert the pytest-markdown workaround MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .../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 b85efbca05430..72cb16eb1624b 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 -}