summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python-wrapt.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/python-wrapt.spec b/python-wrapt.spec
index 25d25cb..c7b314a 100644
--- a/python-wrapt.spec
+++ b/python-wrapt.spec
@@ -93,6 +93,7 @@ bardziej przewidywalne i spĆ³jne zachowanie.
%if %{with tests}
PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
+PYTHONPATH=$(echo $(pwd)/build-2/lib.*) \
%{__python} -m pytest tests
%endif
%endif
@@ -102,6 +103,7 @@ PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
%if %{with tests}
PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
+PYTHONPATH=$(echo $(pwd)/build-3/lib.*) \
%{__python3} -m pytest tests
%endif
%endif