14
0
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:
Tomáš Chvátal
2020-03-20 10:31:08 +00:00
committed by Git OBS Bridge
parent 57796eeefd
commit f92c35672a
2 changed files with 7 additions and 0 deletions

View File

@@ -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