diff --git a/python-tox.changes b/python-tox.changes index 4cd1bbc..100e06e 100644 --- a/python-tox.changes +++ b/python-tox.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 20 10:30:48 UTC 2020 - Tomáš Chvátal + +- Disable spinner tests as the monkeypatch changed behaviour in pytest + ------------------------------------------------------------------- Wed Mar 11 10:28:56 UTC 2020 - pgajdos@suse.com diff --git a/python-tox.spec b/python-tox.spec index a7e9101..b6f6c95 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -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