summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-11 18:31:58 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-11 18:43:40 +0200
commitaad81f080149f3b1d675757e4f56ab3f68e6304c (patch)
tree9e2a04d611e73713ec608baaca17ed9d120c453e /dev-python/brotlicffi
parentdev-python/rfc3339-validator: Revert the pytest-markdown workaround (diff)
downloadgentoo-aad81f080149f3b1d675757e4f56ab3f68e6304c.tar.gz
gentoo-aad81f080149f3b1d675757e4f56ab3f68e6304c.tar.bz2
gentoo-aad81f080149f3b1d675757e4f56ab3f68e6304c.zip
dev-python/brotlicffi: 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/brotlicffi')
-rw-r--r--dev-python/brotlicffi/brotlicffi-1.0.9.2-r1.ebuild4
1 files changed, 0 insertions, 4 deletions
diff --git a/dev-python/brotlicffi/brotlicffi-1.0.9.2-r1.ebuild b/dev-python/brotlicffi/brotlicffi-1.0.9.2-r1.ebuild
index b19f4a20520d..fc75635dab17 100644
--- a/dev-python/brotlicffi/brotlicffi-1.0.9.2-r1.ebuild
+++ b/dev-python/brotlicffi/brotlicffi-1.0.9.2-r1.ebuild
@@ -59,7 +59,3 @@ src_unpack() {
src_configure() {
export USE_SHARED_BROTLI=1
}
-
-python_test() {
- epytest test
-}