diff options
Diffstat (limited to 'dev-python/hyperlink')
-rw-r--r-- | dev-python/hyperlink/hyperlink-18.0.0.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/hyperlink/hyperlink-18.0.0.ebuild b/dev-python/hyperlink/hyperlink-18.0.0.ebuild index 673e40061ae5..6eb930d31077 100644 --- a/dev-python/hyperlink/hyperlink-18.0.0.ebuild +++ b/dev-python/hyperlink/hyperlink-18.0.0.ebuild @@ -25,7 +25,5 @@ DEPEND="${RDEPEND} " python_test() { - PYTHONPATH="${S}/test:${BUILD_DIR}/lib" \ - py.test -v || die - cd test + pytest -vv || die } |