14
0

- Export travis variable to skip more tests that can randomly

fail

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=40
This commit is contained in:
Tomáš Chvátal
2020-02-24 12:41:53 +00:00
committed by Git OBS Bridge
parent ba417dc3f2
commit 070eee03ec
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 24 12:40:51 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Export travis variable to skip more tests that can randomly
fail
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 13 15:00:55 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com> Mon Jan 13 15:00:55 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -82,6 +82,8 @@ sed -i -e '/addopts/d' pytest.ini
%python_clone -a %{buildroot}%{_bindir}/cherryd %python_clone -a %{buildroot}%{_bindir}/cherryd
%check %check
# skip all travis known fails as they would most likely fail in obs too
export TRAVIS="true"
%pytest %pytest
%post %post