dev-python/testfixtures: Fix test failures

Closes: https://bugs.gentoo.org/802348
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-07-16 07:45:25 +02:00
parent e1ce8e9db9
commit 15a3eb2a28

View File

@@ -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
}