From 79232f77cc9b4ff6bb6983c1e979227d5c63994f7354098ee88bf19b670bba0e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 29 Oct 2024 20:12:25 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ConfigArgParse?expand=0&rev=15 --- python-ConfigArgParse.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ConfigArgParse.spec b/python-ConfigArgParse.spec index 271918e..99d37e9 100644 --- a/python-ConfigArgParse.spec +++ b/python-ConfigArgParse.spec @@ -65,7 +65,7 @@ add these features %check # https://github.com/bw2/ConfigArgParse/issues/146 export COLUMNS=80 -%pytest -k 'not (test_main or testGlobalInstances or testGlobalInstances_WithName or testConfigOrEnvValueErrors)' +%pytest -k 'not (test_main or testGlobalInstances or testGlobalInstances_WithName or testConfigOrEnvValueErrors or testMutuallyExclusiveArgs)' %files %{python_files} %doc README.rst