commit: 05b2c6feedad12c64a2d00711ea53441ccc04ccc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 21:39:53 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 19 21:40:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05b2c6fe
dev-python/pytest-toolbox: Fix running tests
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-toolbox/pytest-toolbox-0.4-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/pytest-toolbox/pytest-toolbox-0.4-r1.ebuild
b/dev-python/pytest-toolbox/pytest-toolbox-0.4-r1.ebuild
index d7caff404050..8de597b0cadf 100644
--- a/dev-python/pytest-toolbox/pytest-toolbox-0.4-r1.ebuild
+++ b/dev-python/pytest-toolbox/pytest-toolbox-0.4-r1.ebuild
@@ -45,4 +45,5 @@ python_test() {
tests/test_comparison.py::test_close_to_now_{false,true}
)
fi
+ epytest
}