]> git.pld-linux.org Git - packages/python-setuptools_scm.git/commitdiff
- fixed tests running, one test still fails
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 21 Oct 2019 18:24:45 +0000 (20:24 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 21 Oct 2019 18:24:45 +0000 (20:24 +0200)
python-setuptools_scm.spec

index b8a76153f258a0b61c83a93be4e780248cef933b..cb12e7000ae10f0782480fa303664b91fe651d84 100644 (file)
@@ -81,7 +81,7 @@ systemach kontroli wersji Mercurial i Git.
 %py_build
 
 %if %{with tests}
-PYTHONPATH=$(pwd) \
+PYTHONPATH=$(pwd)/build-2/lib \
 %{__python} -m pytest
 %endif
 %endif
@@ -90,7 +90,7 @@ PYTHONPATH=$(pwd) \
 %py3_build
 
 %if %{with tests}
-PYTHONPATH=$(pwd) \
+PYTHONPATH=$(pwd)/build-3/lib \
 %{__python3} -m pytest
 %endif
 %endif
This page took 0.083415 seconds and 4 git commands to generate.