Replace deprecated black-regex with exclude-regex

Change-Id: Ifda518724d01c0b41810ef9b1a9ab932fd5670a9
This commit is contained in:
Dirk Müller 2023-10-26 11:29:14 +02:00
parent 9fda13c09e
commit 85e41367d8
No known key found for this signature in database
7 changed files with 8 additions and 8 deletions

View File

@ -212,10 +212,10 @@ exit 0
# don't want to depend on hacking for package building
rm keystone/tests/unit/test_hacking_checks.py
%if 0%{?suse_version}
PYTHON=python3 stestr run --black-regex keystone.tests.unit.test_policy.GeneratePolicyFileTestCase.test_policy_generator_from_command_line
PYTHON=python3 stestr run --exclude-regex keystone.tests.unit.test_policy.GeneratePolicyFileTestCase.test_policy_generator_from_command_line
%endif
%if 0%{?rdo}
stestr-3 run --black-regex keystone.tests.unit.test_policy.GeneratePolicyFileTestCase.test_policy_generator_from_command_line
stestr-3 run --exclude-regex keystone.tests.unit.test_policy.GeneratePolicyFileTestCase.test_policy_generator_from_command_line
%endif
%post

View File

@ -55,7 +55,7 @@ Murano package validator tool
%check
%{__python3} -m stestr.cli --test-path=./muranopkgcheck/tests/ \
run \
--black-regex=muranopkgcheck.tests.test_manager.ManagerTest.test_validate
--exclude-regex=muranopkgcheck.tests.test_manager.ManagerTest.test_validate
%files -n {{ py2name(py_versions='py3') }}
%doc README.rst

View File

@ -414,7 +414,7 @@ exit 0
%check
# don't want to depend on hacking for package building
rm neutron/tests/unit/hacking/test_checks.py
python3 -m stestr.cli --test-path neutron/tests/unit run --concurrency 2 --black-regex '(neutron.tests.unit.objects|neutron.tests.unit.plugins)'
python3 -m stestr.cli --test-path neutron/tests/unit run --concurrency 2 --exclude-regex '(neutron.tests.unit.objects|neutron.tests.unit.plugins)'
%post
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf

View File

@ -60,7 +60,7 @@ This package contains the documentation.
%py_req_cleanup
# The TestRemote test cases must be excluded because they introduce a circular
# dependency on python-keystoneauth1.
# Using --black-regex with stestr is not enough because the problem occurs when
# Using --exclude-regex with stestr is not enough because the problem occurs when
# keystoneauth is imported, not when the test is run.
rm os_service_types/tests/test_remote.py

View File

@ -105,7 +105,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
# fail without it
rm -rf oslo_messaging/tests/functional
# 3 cyrus tests fail on rdo with time out
%{openstack_stestr_run} --black-regex '^oslo_messaging.tests.(functional|drivers.test_amqp_driver.TestCyrusAuthentication.test_authentication_(ok|ignore_default_realm|default_realm))'
%{openstack_stestr_run} --exclude-regex '^oslo_messaging.tests.(functional|drivers.test_amqp_driver.TestCyrusAuthentication.test_authentication_(ok|ignore_default_realm|default_realm))'
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE

View File

@ -87,7 +87,7 @@ PBR_VERSION=%{version} %sphinx_build -b html doc/source doc/build/html
rm -rf doc/build/html/.{doctrees,buildinfo}
%check
%{openstack_stestr_run} --black-regex '(^osprofiler.tests.unit.drivers.test_jaeger.JaegerTestCase.*$)'
%{openstack_stestr_run} --exclude-regex '(^osprofiler.tests.unit.drivers.test_jaeger.JaegerTestCase.*$)'
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE

View File

@ -86,7 +86,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%check
%{openstack_stestr_run} \
--black-regex 'barbicanclient.tests.test_barbican.WhenTestingBarbicanCLI.test_should_show_usage_with_help_flag'
--exclude-regex 'barbicanclient.tests.test_barbican.WhenTestingBarbicanCLI.test_should_show_usage_with_help_flag'
%files -n python3-barbicanclient
%license LICENSE