diff --git a/.gitignore b/.gitignore index d114e6020..5a5f51d2b 100644 --- a/.gitignore +++ b/.gitignore @@ -31,8 +31,6 @@ pip-log.txt # Unit test / coverage reports .coverage .tox -nosetests.xml -.testrepository .venv tools/lintstack.head.py tools/pylint_exceptions diff --git a/lower-constraints.txt b/lower-constraints.txt index 5e1709554..fa9624e38 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -81,7 +81,6 @@ sphinxcontrib-websupport==1.0.1 stestr==1.0.0 stevedore==1.20.0 suds-jurko==0.6 -testrepository==0.0.18 testscenarios==0.4 testtools==2.2.0 traceback2==1.4.0 diff --git a/test-requirements.txt b/test-requirements.txt index fe6413faa..84075ce36 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,7 +9,6 @@ reno>=2.5.0 # Apache-2.0 sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD openstackdocstheme>=1.18.1 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD testtools>=2.2.0 # MIT stestr>=1.0.0 # Apache-2.0