Move actual requirements from test-requirements.txt
PyYAML is used by the actual code, not only by test code so should be listed in the requirements, not in test requirements. Change-Id: I9fb221f283d40b00b8a13e9635b204d0b60ef34e
This commit is contained in:
parent
486deab3f2
commit
468a448c7a
@ -18,3 +18,4 @@ cryptography>=3.4.7 # BSD/Apache-2.0
|
||||
tenacity>=6.1.0 # Apache-2.0
|
||||
metalsmith>=0.13.0 # Apache-2.0
|
||||
requests>=2.18.0,!=2.20.0 # Apache-2.0
|
||||
PyYAML>=3.12 # MIT
|
||||
|
@ -8,6 +8,5 @@ oslotest>=3.2.0 # Apache-2.0
|
||||
stestr>=2.0.0 # Apache-2.0
|
||||
testscenarios>=0.4 # Apache-2.0/BSD
|
||||
testtools>=2.2.0 # MIT
|
||||
PyYAML>=3.12 # MIT
|
||||
urllib3>=1.21.1 # MIT
|
||||
requests-mock>=1.2.0 # Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user