Merge "Move validations-lib to core requirements"

This commit is contained in:
Zuul 2021-06-19 08:04:38 +00:00 committed by Gerrit Code Review
commit 2fab890cc8
3 changed files with 2 additions and 2 deletions

View File

@ -6,4 +6,3 @@ podman-py # Apache-2.0
pytest-cov # MIT
pytest-rerunfailures # MPL-2.0
pytest-timeout # MIT
validations-libs # Apache-2.0

View File

@ -23,7 +23,7 @@ six==1.15.0
sshtunnel==0.3.1
stestr==3.1.0
testtools==2.4.0
validations-libs==1.1.0
# from test-requirements.txt

View File

@ -21,3 +21,4 @@ python-openstackclient>=5.4.0 # Apache-2.0
six>=1.15.0 # MIT
sshtunnel>=0.3.1 # MIT
testtools>=2.4.0 # MIT
validations-libs>=1.1.0 # Apache-2.0