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
|
||||
|
||||
|
@ -75,7 +75,7 @@ pushd tester
|
||||
ln -s ../test_pytest_timeout.py .
|
||||
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
|
||||
$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
|
||||
%endif
|
||||
@ -85,6 +85,6 @@ popd
|
||||
%doc LICENSE README
|
||||
%{python_sitelib}/pytest_timeout-%{version}-py*.egg-info
|
||||
%{python_sitelib}/pytest_timeout.py*
|
||||
%pycache_only %{python_sitelib}/__pycache__/pytest_timeout.*.pyc
|
||||
%pycache_only %{python_sitelib}/__pycache__/pytest_timeout*.py*
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user