15
0

Accepting request 908506 from devel:languages:python

- Stupid me: it should be rm -rf test_output, not just rm -rf
  test (gh#Preston-Landers/concurrent-log-handler#38).

OBS-URL: https://build.opensuse.org/request/show/908506
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-concurrentloghandler?expand=0&rev=15
This commit is contained in:
2021-07-27 12:32:10 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 27 05:42:46 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Stupid me: it should be rm -rf test_output, not just rm -rf
test (gh#Preston-Landers/concurrent-log-handler#38).
-------------------------------------------------------------------
Wed Mar 17 17:45:52 UTC 2021 - Matej Cepl <mcepl@suse.com>

View File

@@ -58,10 +58,9 @@ rm -rf %{buildroot}%{_usr}/{docs,tests}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
# Tests fail with Python 3.8, gh#Preston-Landers/concurrent-log-handler#38
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
rm -rf test
$python stresstest.py || /bin/true
rm -rf test_output
$python stresstest.py
}
%files %{python_files}