summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-14 10:35:35 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-14 10:42:59 +0200
commit6011d5d53efddda0b04f7c05b60d7b451a1f0f7a (patch)
treee38960e5b81ca586fb1da006867d10f97b927ab3 /dev-python
parentdev-python/hyperlink: Remove unnnecessary pytest-cov dependency (diff)
downloadgentoo-6011d5d53efddda0b04f7c05b60d7b451a1f0f7a.tar.gz
gentoo-6011d5d53efddda0b04f7c05b60d7b451a1f0f7a.tar.bz2
gentoo-6011d5d53efddda0b04f7c05b60d7b451a1f0f7a.zip
dev-python/hyperlink: Simplify test phase
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/hyperlink/hyperlink-18.0.0.ebuild4
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
}