From 1adce7e7120c496c45c8454fcfcd9c08e9e51718767ab1a915e329b9064460f9 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