aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/manuel')
-rw-r--r--dev-python/manuel/manuel-1.6.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/manuel/manuel-1.6.0.ebuild b/dev-python/manuel/manuel-1.6.0.ebuild
index 182b1cc..4017e66 100644
--- a/dev-python/manuel/manuel-1.6.0.ebuild
+++ b/dev-python/manuel/manuel-1.6.0.ebuild
@@ -32,7 +32,8 @@ src_prepare() {
src_test() {
testing() {
pushd build-${PYTHON_ABI}/lib > /dev/null
- PYTHONPATH=. "$(PYTHON)" -m ${PN}.tests
+# PYTHONPATH=.
+ "$(PYTHON)" -m ${PN}.tests
popd > /dev/null
}
python_execute_function testing