]> git.pld-linux.org Git - packages/python-wrapt.git/commitdiff
- run tests with just built, not system wrapt master
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 13 Sep 2022 17:52:14 +0000 (19:52 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 13 Sep 2022 17:52:14 +0000 (19:52 +0200)
python-wrapt.spec

index 25d25cba8c725b9770c2e3f6068ae0c89bb3e265..c7b314a1230171e1abf8fee5d75e8b3fd4772bef 100644 (file)
@@ -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
This page took 0.193474 seconds and 4 git commands to generate.