diff --git a/python-concurrentloghandler.changes b/python-concurrentloghandler.changes index f059de3..b7db92c 100644 --- a/python-concurrentloghandler.changes +++ b/python-concurrentloghandler.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jul 27 05:42:46 UTC 2021 - Matej Cepl + +- 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 diff --git a/python-concurrentloghandler.spec b/python-concurrentloghandler.spec index cd6295f..625d3ac 100644 --- a/python-concurrentloghandler.spec +++ b/python-concurrentloghandler.spec @@ -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}