diff --git a/lower-constraints.txt b/lower-constraints.txt index bbb87642..ca6c6bf2 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -76,6 +76,7 @@ pyOpenSSL==17.5.0 pyparsing==2.2.0 pyperclip==1.6.0 pyScss==1.3.7 +pytest==5.3.5 python-cinderclient==5.0.0 python-dateutil==2.7.0 python-glanceclient==2.9.1 diff --git a/test-requirements.txt b/test-requirements.txt index 055dece0..d44de532 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11,6 +11,7 @@ hacking>=1.1.0,<1.2.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 mock>=2.0.0 # BSD nodeenv>=0.9.4 # BSD +pytest>=5.3.5 # MIT selenium>=2.50.1 # Apache-2.0 # This also needs xvfb library installed on your OS xvfbwrapper>=0.1.3 #license: MIT