SHA256
1
0
forked from pool/python-six

Accepting request 716252 from devel:languages:python

- Simplify the pytest call

OBS-URL: https://build.opensuse.org/request/show/716252
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-six?expand=0&rev=33
This commit is contained in:
Dominique Leuenberger 2019-07-30 11:00:52 +00:00 committed by Git OBS Bridge
commit 01ea77a158
2 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jul 18 09:15:25 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Simplify the pytest call
-------------------------------------------------------------------
Tue Jun 11 06:58:13 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -84,12 +84,7 @@ cd documentation && make html && rm _build/html/.buildinfo
%check
%if %{with test}
mkdir test
cp test_six.py test
pushd test
%pytest test_six.py
popd
rm -rf test
%endif
%pre