diff --git a/.gitignore b/.gitignore index ea1338c7..1574e0c1 100644 --- a/.gitignore +++ b/.gitignore @@ -28,7 +28,6 @@ cover/ .tox nosetests.xml .stestr -.testrepository .venv # Translations diff --git a/lower-constraints.txt b/lower-constraints.txt index 1a34dda6..74044f7c 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -111,7 +111,6 @@ stevedore==1.20.0 taskflow==2.16.0 Tempita==0.5.2 tenacity==4.9.0 -testrepository==0.0.18 testresources==2.0.0 testscenarios==0.4 testtools==2.2.0 diff --git a/test-requirements.txt b/test-requirements.txt index adfcb42c..ac73d87e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16,7 +16,6 @@ oslosphinx>=4.7.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0 stestr>=1.0.0 # Apache-2.0 requests-mock>=1.2.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD testresources>=2.0.0 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD testtools>=2.2.0 # MIT