Gentoo Archives: gentoo-commits

From: Nicola Smaniotto <smaniotto.nicola@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pysubs2/
Date: Thu, 07 Oct 2021 09:49:47
Message-Id: 1633600182.5c994239c6a13df5e3f7a6600fee1624a0999f70.smaniotto.nicola@gentoo
1 commit: 5c994239c6a13df5e3f7a6600fee1624a0999f70
2 Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
3 AuthorDate: Thu Oct 7 09:49:31 2021 +0000
4 Commit: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
5 CommitDate: Thu Oct 7 09:49:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c994239
7
8 dev-python/pysubs2: fix 1.3.0 tests
9
10 Upstream switched to pytest
11
12 Closes: https://bugs.gentoo.org/816726
13 Package-Manager: Portage-3.0.20, Repoman-3.0.3
14 Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>
15
16 dev-python/pysubs2/pysubs2-1.3.0.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-python/pysubs2/pysubs2-1.3.0.ebuild b/dev-python/pysubs2/pysubs2-1.3.0.ebuild
20 index 75eb35d50..4fc7ca3ba 100644
21 --- a/dev-python/pysubs2/pysubs2-1.3.0.ebuild
22 +++ b/dev-python/pysubs2/pysubs2-1.3.0.ebuild
23 @@ -15,4 +15,4 @@ LICENSE="MIT"
24 SLOT="0"
25 KEYWORDS="~amd64"
26
27 -distutils_enable_tests nose
28 +distutils_enable_tests pytest