forked from pool/python-tox
- Disable spinner tests as the monkeypatch changed behaviour in pytest
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=68
This commit is contained in:
parent
57796eeefd
commit
f92c35672a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 20 10:30:48 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Disable spinner tests as the monkeypatch changed behaviour in pytest
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 11 10:28:56 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
|
@ -124,6 +124,8 @@ export PYTHONDONTWRITEBYTECODE=1
|
||||
export PATH=%{buildroot}%{_bindir}:$PATH
|
||||
# Ignores for gh#tox-dev/tox#1293
|
||||
# test_dist_exists_version_change test_verbose_isolated_build: need python2* deps even on python3
|
||||
# test_spinner_stdout_not_unicode breaks with changes in monkeypatch in pytest
|
||||
rm tests/unit/util/test_spinner.py
|
||||
%pytest -k 'not (network or parallel or test_provision_missing or test_provision_interrupt_child or test_workdir_gets_resolved or test_provision_cli_args_ignore or test_provision_non_canonical_dep or test_create_KeyboardInterrupt or test_provision_from_pyvenv or test_verbose_isolated_build or test_dist_exists_version_change)'
|
||||
|
||||
%post
|
||||
|
Loading…
Reference in New Issue
Block a user