SHA256
1
0
forked from pool/python-six

- Simplify the pytest call

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=69
This commit is contained in:
Tomáš Chvátal 2019-07-18 09:15:37 +00:00 committed by Git OBS Bridge
parent cd50c7bd81
commit 168218431c
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