Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/testfixtures/
Date: Fri, 16 Jul 2021 06:12:13
Message-Id: 1626415916.15a3eb2a28adf11f867cd1498ef8a0629deb4f7c.mgorny@gentoo
1 commit: 15a3eb2a28adf11f867cd1498ef8a0629deb4f7c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 16 05:45:25 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 16 06:11:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a3eb2a
7
8 dev-python/testfixtures: Fix test failures
9
10 Closes: https://bugs.gentoo.org/802348
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/testfixtures/testfixtures-6.18.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/testfixtures/testfixtures-6.18.0.ebuild b/dev-python/testfixtures/testfixtures-6.18.0.ebuild
17 index d73cc31b239..a0872c1838e 100644
18 --- a/dev-python/testfixtures/testfixtures-6.18.0.ebuild
19 +++ b/dev-python/testfixtures/testfixtures-6.18.0.ebuild
20 @@ -37,5 +37,5 @@ python_prepare_all() {
21 python_test() {
22 local -x PYTHONPATH="."
23 local -x DJANGO_SETTINGS_MODULE=testfixtures.tests.test_django.settings
24 - epytest
25 + epytest -Wignore::DeprecationWarning
26 }