From 15a3eb2a28adf11f867cd1498ef8a0629deb4f7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 16 Jul 2021 07:45:25 +0200 Subject: [PATCH] dev-python/testfixtures: Fix test failures MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/802348 Signed-off-by: Michał Górny --- dev-python/testfixtures/testfixtures-6.18.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/testfixtures/testfixtures-6.18.0.ebuild b/dev-python/testfixtures/testfixtures-6.18.0.ebuild index d73cc31b23948..a0872c1838ea1 100644 --- a/dev-python/testfixtures/testfixtures-6.18.0.ebuild +++ b/dev-python/testfixtures/testfixtures-6.18.0.ebuild @@ -37,5 +37,5 @@ python_prepare_all() { python_test() { local -x PYTHONPATH="." local -x DJANGO_SETTINGS_MODULE=testfixtures.tests.test_django.settings - epytest + epytest -Wignore::DeprecationWarning }