Move mypy to blacklist
mypy is a linter, not something that is used at runtime. Move it to the
blacklist.
This also reverts commit 2bbbdb9991
as a
cross-project job no longer makes sense with the newly blacklisted
dependency.
Change-Id: Iaf6d2c4aed92f35240b393939bbf76fd7d5d9aa2
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
parent
ba515b84bd
commit
b353fd3084
@ -77,15 +77,6 @@
|
||||
vars:
|
||||
tox_envlist: py310
|
||||
|
||||
- job:
|
||||
name: cross-cinder-mypy
|
||||
parent: requirements-cross-test
|
||||
description: Run cross-project tests on cinder with mypy.
|
||||
required-projects: openstack/cinder
|
||||
vars:
|
||||
tox_envlist: mypy
|
||||
tox_inline_comments: false
|
||||
|
||||
- job:
|
||||
name: cross-designate-py310
|
||||
parent: requirements-cross-test
|
||||
|
@ -39,7 +39,6 @@
|
||||
- cross-barbican-py310
|
||||
- cross-ceilometer-py310
|
||||
- cross-cinder-py310
|
||||
- cross-cinder-mypy
|
||||
- cross-designate-py310
|
||||
- cross-glance-py310
|
||||
- cross-heat-py310
|
||||
@ -114,7 +113,6 @@
|
||||
- requirements-tox-py39-check-uc
|
||||
- requirements-tox-py310-check-uc
|
||||
- cross-cinder-py310
|
||||
- cross-cinder-mypy
|
||||
- cross-designate-py310
|
||||
- cross-glance-py310
|
||||
- cross-heat-py310
|
||||
|
@ -18,6 +18,7 @@ pycodestyle
|
||||
pylint
|
||||
yamllint
|
||||
bashate
|
||||
mypy
|
||||
|
||||
# The following Neutron libraries need to be blacklisted
|
||||
# as they do not use cycle-with-intermediary. The only time they
|
||||
|
@ -108,7 +108,6 @@ zeroconf===0.112.0
|
||||
scipy===1.10.1
|
||||
opentelemetry-exporter-otlp===1.20.0
|
||||
python-gnupg===0.5.1
|
||||
mypy-extensions===1.0.0
|
||||
rsd-lib===1.2.0
|
||||
XStatic-Jasmine===2.4.1.2
|
||||
googleapis-common-protos===1.60.0
|
||||
@ -301,7 +300,6 @@ threadpoolctl===3.2.0
|
||||
os-ken===2.8.0
|
||||
ujson===5.8.0
|
||||
selenium===3.141.0
|
||||
mypy===1.2.0
|
||||
mistral-lib===2.9.0
|
||||
dogtag-pki===11.2.1
|
||||
XStatic-Angular-UUID===0.0.4.0
|
||||
|
Loading…
Reference in New Issue
Block a user