dev-python/priority: Simplify test phase

This commit is contained in:
Michał Górny
2018-07-15 09:01:18 +02:00
parent 16271c846a
commit b28de56608

View File

@@ -28,6 +28,5 @@ DEPEND="
"
python_test() {
PYTHONPATH="${S}/test:${BUILD_DIR}/lib" py.test -v || die "Tests failed under ${EPYTHON}"
cd test
py.test -vv || die "Tests failed under ${EPYTHON}"
}