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/pytest-toolbox/
Date: Thu, 19 May 2022 21:42:33
Message-Id: 1652996436.05b2c6feedad12c64a2d00711ea53441ccc04ccc.mgorny@gentoo
1 commit: 05b2c6feedad12c64a2d00711ea53441ccc04ccc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 19 21:39:53 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 21:40:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05b2c6fe
7
8 dev-python/pytest-toolbox: Fix running tests
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-toolbox/pytest-toolbox-0.4-r1.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-python/pytest-toolbox/pytest-toolbox-0.4-r1.ebuild b/dev-python/pytest-toolbox/pytest-toolbox-0.4-r1.ebuild
16 index d7caff404050..8de597b0cadf 100644
17 --- a/dev-python/pytest-toolbox/pytest-toolbox-0.4-r1.ebuild
18 +++ b/dev-python/pytest-toolbox/pytest-toolbox-0.4-r1.ebuild
19 @@ -45,4 +45,5 @@ python_test() {
20 tests/test_comparison.py::test_close_to_now_{false,true}
21 )
22 fi
23 + epytest
24 }