From 05b2c6feedad12c64a2d00711ea53441ccc04ccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 19 May 2022 23:39:53 +0200 Subject: [PATCH] dev-python/pytest-toolbox: Fix running tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 d7caff4040500..8de597b0cadf5 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 }