From 7b98ea5255f4b986441eadebe43d705291dce53b Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Wed, 10 Feb 2021 03:49:01 +0000 Subject: [PATCH] Fix --exlude typo in tox.ini This commit corrects a typo recently introduced to update our language to be more inclusive: https://review.opendev.org/c/openstack/tempest/+/768583 This typo is causing failures in neutron tempest runs. Change-Id: I1d867dc0a1641a3c364984c5a91e301a2d938d01 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c01852b259..2315163a1d 100644 --- a/tox.ini +++ b/tox.ini @@ -136,7 +136,7 @@ deps = {[tempestenv]deps} commands = find . -type f -name "*.pyc" -delete tempest run --regex '(?!.*\[.*\bslow\b.*\])(^tempest\.api)' --exclude-list ./tools/tempest-integrated-gate-networking-exclude-list.txt {posargs} - tempest run --combine --serial --regex '(?!.*\[.*\bslow\b.*\])(^tempest\.scenario)' --exlude-list ./tools/tempest-integrated-gate-networking-exclude-list.txt {posargs} + tempest run --combine --serial --regex '(?!.*\[.*\bslow\b.*\])(^tempest\.scenario)' --exclude-list ./tools/tempest-integrated-gate-networking-exclude-list.txt {posargs} [testenv:integrated-compute] envdir = .tox/tempest