From 3b0bb76d7b7b72a6ea3b5e37cc498f0311088c36 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Wed, 3 Feb 2016 12:29:29 +0000 Subject: [PATCH] Blacklist common.test_config.TestSettings.test_deprecated_option_produces_warning --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 0e30bdf..ea846fb 100755 --- a/debian/rules +++ b/debian/rules @@ -31,7 +31,7 @@ ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) rm -rf .testrepository ; \ testr-python$$PYMAJOR init ; \ TEMP_REZ=`mktemp -t` ; \ - PYTHONPATH=$(CURDIR) PYTHON=python$$i testr-python$$PYMAJOR run --subunit | tee $$TEMP_REZ | subunit2pyunit ; \ + PYTHONPATH=$(CURDIR) PYTHON=python$$i testr-python$$PYMAJOR run --subunit 'fuelclient\.tests\.unit\.(?!.*common\.test_config\.TestSettings\.test_deprecated_option_produces_warning.*)' | tee $$TEMP_REZ | subunit2pyunit ; \ cat $$TEMP_REZ | subunit-filter -s --no-passthrough | subunit-stats ; \ rm -f $$TEMP_REZ ; \ testr-python$$PYMAJOR slowest ; \