From f92c35672ada91935c63eade90206e6b67bf50914e036f0dd5435e4414c88cde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 20 Mar 2020 10:31:08 +0000 Subject: [PATCH] - 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 --- python-tox.changes | 5 +++++ python-tox.spec | 2 ++ 2 files changed, 7 insertions(+) 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