commit:     15a3eb2a28adf11f867cd1498ef8a0629deb4f7c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 16 05:45:25 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 16 06:11:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a3eb2a

dev-python/testfixtures: Fix test failures

Closes: https://bugs.gentoo.org/802348
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 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 d73cc31b239..a0872c1838e 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
 }

Reply via email to