[packages/python-setuptools_scm] - fixed tests running, one test still fails
qboosh
qboosh at pld-linux.org
Mon Oct 21 20:21:14 CEST 2019
commit 6764ee4eb83618fb874efaedcaa303e5cc6f0f2d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Oct 21 20:24:45 2019 +0200
- fixed tests running, one test still fails
python-setuptools_scm.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-setuptools_scm.spec b/python-setuptools_scm.spec
index b8a7615..cb12e70 100644
--- a/python-setuptools_scm.spec
+++ b/python-setuptools_scm.spec
@@ -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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-setuptools_scm.git/commitdiff/6764ee4eb83618fb874efaedcaa303e5cc6f0f2d
More information about the pld-cvs-commit
mailing list