forked from pool/python-quicktions
Accepting request 617148 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/617148 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-quicktions?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 15 20:40:25 UTC 2018 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
- Use more compatible py.test syntax.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 16 15:36:31 UTC 2018 - toddrme2178@gmail.com
|
Wed May 16 15:36:31 UTC 2018 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@@ -64,7 +64,7 @@ export CFLAGS="%{optflags}"
|
|||||||
%check
|
%check
|
||||||
%{python_expand export PYTHONDONTWRITEBYTECODE=1
|
%{python_expand export PYTHONDONTWRITEBYTECODE=1
|
||||||
export PYTHONPATH=%{buildroot}%{$python_sitearch}
|
export PYTHONPATH=%{buildroot}%{$python_sitearch}
|
||||||
pytest-%{$python_bin_suffix} src/test_fractions.py --capture=no --strict
|
py.test-%{$python_bin_suffix} src/test_fractions.py --capture=no --strict
|
||||||
}
|
}
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
|
Reference in New Issue
Block a user