dev-python/pytest-toolbox: Fix running tests

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-05-19 23:39:53 +02:00
parent 2ece89d3cd
commit 05b2c6feed

View File

@@ -45,4 +45,5 @@ python_test() {
tests/test_comparison.py::test_close_to_now_{false,true}
)
fi
epytest
}