forked from pool/python-python-crontab
- Disable flaky test test_04_schedule_ten
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-crontab?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
ac6833c081
commit
21d228e965
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 18 08:27:27 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Disable flaky test test_04_schedule_ten
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 17 09:59:14 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Tue Sep 17 09:59:14 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@@ -61,7 +61,7 @@ accessing the system cron automatically using an API.
|
|||||||
%check
|
%check
|
||||||
export LANG=en_US.UTF-8
|
export LANG=en_US.UTF-8
|
||||||
# Bug in tests https://gitlab.com/doctormo/python-crontab/issues/55
|
# Bug in tests https://gitlab.com/doctormo/python-crontab/issues/55
|
||||||
%pytest -k 'not test_06_backwards'
|
%pytest -k 'not test_06_backwards and not test_04_schedule_ten'
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
Reference in New Issue
Block a user