From 89f902bfe775b85e841abbc007c1f63682600e32bf456832c8a34f6ad7c26a8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 17 Nov 2019 19:39:31 +0000 Subject: [PATCH] Accepting request 749118 from home:frispete:python - Disable another failing test OBS-URL: https://build.opensuse.org/request/show/749118 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=62 --- python-tox.changes | 5 +++++ python-tox.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-tox.changes b/python-tox.changes index a088d4c..d7aef22 100644 --- a/python-tox.changes +++ b/python-tox.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 17 12:22:36 UTC 2019 - Hans-Peter Jansen + +- Disable another failing test + ------------------------------------------------------------------- Mon Sep 16 13:06:47 UTC 2019 - Tomáš Chvátal diff --git a/python-tox.spec b/python-tox.spec index e720adb..2791787 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -1,7 +1,7 @@ # # spec file for package python-tox # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -121,7 +121,7 @@ done export PYTHONDONTWRITEBYTECODE=1 export PATH=%{buildroot}%{_bindir}:$PATH # Ignores for gh#tox-dev/tox#1293 -%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)' +%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)' %post %python_install_alternative tox tox-quickstart