From f92ec872f3c47d6a9e71ef832d65303530c213fa Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 30 Apr 2024 15:40:47 +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: I97b3899ce15d4a6f6248344fc7bc05c1d48f1c09 --- requirements.txt | 4 ++-- test-requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index ac4bb80..01fb1b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ -pbr!=2.1.0,>=2.0.0 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 python-keystoneclient>=3.8.0 # Apache-2.0 python-heatclient>=1.10.0 # Apache-2.0 python-zaqarclient>=1.0.0 # Apache-2.0 requests>=2.14.2 # Apache-2.0 -lxml!=3.7.0,>=3.4.1 # BSD +lxml>=3.4.1 # BSD oslo.config>=5.2.0 # Apache-2.0 oslo.log>=3.36.0 # Apache-2.0 dogpile.cache>=0.6.2 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index dbca8fa..708cc42 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,9 +1,9 @@ hacking>=6.1.0,<6.2.0 # Apache-2.0 -coverage!=4.4,>=4.0 # Apache-2.0 +coverage>=4.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD python-subunit>=1.0.0 # Apache-2.0/BSD -sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD +sphinx>=1.6.2 # BSD stestr>=2.0.0 # Apache-2.0 testscenarios>=0.4 # Apache-2.0/BSD testtools>=2.2.0 # MIT