forked from pool/python-pytest-timeout
Accepting request 521760 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/521760 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-timeout?expand=0&rev=2
This commit is contained in:
parent
2365f88f2d
commit
b8714e5150
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 6 18:09:04 UTC 2017 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
- Fix building
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 28 21:52:12 UTC 2017 - toddrme2178@gmail.com
|
Mon Aug 28 21:52:12 UTC 2017 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@ pushd tester
|
|||||||
ln -s ../test_pytest_timeout.py .
|
ln -s ../test_pytest_timeout.py .
|
||||||
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
|
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
|
||||||
$python -B -m pytest test_pytest_timeout.py
|
$python -B -m pytest test_pytest_timeout.py
|
||||||
rm -r %{buildroot}%{$python_sitelib}/__pycache__/pytest_timeout.*-PYTEST.pyc
|
rm %{buildroot}%{$python_sitelib}/__pycache__/pytest_timeout*-PYTEST.py*
|
||||||
}
|
}
|
||||||
popd
|
popd
|
||||||
%endif
|
%endif
|
||||||
@ -85,6 +85,6 @@ popd
|
|||||||
%doc LICENSE README
|
%doc LICENSE README
|
||||||
%{python_sitelib}/pytest_timeout-%{version}-py*.egg-info
|
%{python_sitelib}/pytest_timeout-%{version}-py*.egg-info
|
||||||
%{python_sitelib}/pytest_timeout.py*
|
%{python_sitelib}/pytest_timeout.py*
|
||||||
%pycache_only %{python_sitelib}/__pycache__/pytest_timeout.*.pyc
|
%pycache_only %{python_sitelib}/__pycache__/pytest_timeout*.py*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user