summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-07-16 07:45:25 +0200
committerMichał Górny <mgorny@gentoo.org>2021-07-16 08:11:56 +0200
commit15a3eb2a28adf11f867cd1498ef8a0629deb4f7c (patch)
tree856b04533a2b28c671300aa5e6476a87112dfbba /dev-python/testfixtures
parentapp-arch/wimlib: openssl -> ssl in 1.13.4 (diff)
downloadgentoo-15a3eb2a28adf11f867cd1498ef8a0629deb4f7c.tar.gz
gentoo-15a3eb2a28adf11f867cd1498ef8a0629deb4f7c.tar.bz2
gentoo-15a3eb2a28adf11f867cd1498ef8a0629deb4f7c.zip
dev-python/testfixtures: Fix test failures
Closes: https://bugs.gentoo.org/802348 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/testfixtures')
-rw-r--r--dev-python/testfixtures/testfixtures-6.18.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/testfixtures/testfixtures-6.18.0.ebuild b/dev-python/testfixtures/testfixtures-6.18.0.ebuild
index d73cc31b2394..a0872c1838ea 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
}