From 1d155e48a23b6b22929695a01d08cb46ffe7ea81 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 30 Apr 2024 15:17:06 +0900 Subject: [PATCH] Drop old excludes These excludes were removed from the requirements repo[1] and are now detected as errors. [1] 314734e938f107cbd5ebcc7af4d9167c11347406 Change-Id: I0399c328ecbf74529658d0be0f88868049e6ba5f --- doc/requirements.txt | 6 +----- requirements.txt | 8 ++++---- test-requirements.txt | 6 +++--- 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index d47bc45af5..abf39580db 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,10 +1,6 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - openstackdocstheme>=2.2.1 # Apache-2.0 os-api-ref>=1.4.0 # Apache-2.0 -sphinx>=2.0.0,!=2.1.0 # BSD +sphinx>=2.0.0 # BSD reno>=3.1.0 # Apache-2.0 sphinxcontrib-apidoc>=0.2.0 # BSD sphinxcontrib-httpdomain>=1.3.0 # BSD diff --git a/requirements.txt b/requirements.txt index baac5d2109..bcba7bb583 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,10 +2,10 @@ pbr>=3.1.1 # Apache-2.0 alembic>=1.8.0 # MIT croniter>=0.3.4 # MIT License cryptography>=2.5 # BSD/Apache-2.0 -eventlet!=0.18.3,!=0.20.1,!=0.21.0,!=0.23.0,!=0.25.0,>=0.18.2 # MIT +eventlet>=0.18.2 # MIT keystoneauth1>=3.18.0 # Apache-2.0 keystonemiddleware>=5.1.0 # Apache-2.0 -lxml!=3.7.0,>=4.5.0 # BSD +lxml>=4.5.0 # BSD netaddr>=0.7.18 # BSD neutron-lib>=1.14.0 # Apache-2.0 openstacksdk>=0.28.0 # Apache-2.0 @@ -21,7 +21,7 @@ oslo.middleware>=3.31.0 # Apache-2.0 oslo.policy>=3.11.0 # Apache-2.0 oslo.reports>=1.18.0 # Apache-2.0 oslo.serialization>=2.25.0 # Apache-2.0 -oslo.service!=1.28.1,>=1.24.0 # Apache-2.0 +oslo.service>=1.24.0 # Apache-2.0 oslo.upgradecheck>=1.3.0 # Apache-2.0 oslo.utils>=4.5.0 # Apache-2.0 osprofiler>=1.4.0 # Apache-2.0 @@ -38,7 +38,7 @@ python-ironicclient>=2.8.0 # Apache-2.0 python-keystoneclient>=3.8.0 # Apache-2.0 python-magnumclient>=2.3.0 # Apache-2.0 python-manilaclient>=1.16.0 # Apache-2.0 -python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0 +python-mistralclient>=3.1.0 # Apache-2.0 python-monascaclient>=1.12.0 # Apache-2.0 python-neutronclient>=7.7.0 # Apache-2.0 python-novaclient>=9.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index bea7ec676c..4fbc26156a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,11 +1,11 @@ # Hacking already pins down pep8, pyflakes and flake8 hacking>=6.1.0,<6.2.0 # Apache-2.0 -bandit!=1.6.0,>=1.1.0 # Apache-2.0 -coverage!=4.4,>=4.0 # Apache-2.0 +bandit>=1.1.0 # Apache-2.0 +coverage>=4.0 # Apache-2.0 ddt>=1.4.1 # MIT fixtures>=3.0.0 # Apache-2.0/BSD -kombu!=4.0.2,>=5.0.1 # BSD +kombu>=5.0.1 # BSD PyMySQL>=0.8.0 # MIT License oslotest>=3.2.0 # Apache-2.0 stestr>=2.0.0 # Apache-2.0