Move ddt to test requirements
ddt is only used by test code so is not needed at runtime. Change-Id: I885ec7fb9c76bc43c7f9eebcef349f660935a9cf
This commit is contained in:
parent
98bf27eec1
commit
b08bc694dc
@ -1,6 +1,5 @@
|
|||||||
pbr>=3.1.1 # Apache-2.0
|
pbr>=3.1.1 # Apache-2.0
|
||||||
alembic>=1.8.0 # MIT
|
alembic>=1.8.0 # MIT
|
||||||
ddt>=1.4.1 # MIT
|
|
||||||
croniter>=0.3.4 # MIT License
|
croniter>=0.3.4 # MIT License
|
||||||
cryptography>=2.5 # BSD/Apache-2.0
|
cryptography>=2.5 # BSD/Apache-2.0
|
||||||
debtcollector>=1.19.0 # Apache-2.0
|
debtcollector>=1.19.0 # Apache-2.0
|
||||||
|
@ -11,6 +11,7 @@ pyflakes>=2.1.1
|
|||||||
|
|
||||||
bandit!=1.6.0,>=1.1.0 # Apache-2.0
|
bandit!=1.6.0,>=1.1.0 # Apache-2.0
|
||||||
coverage!=4.4,>=4.0 # Apache-2.0
|
coverage!=4.4,>=4.0 # Apache-2.0
|
||||||
|
ddt>=1.4.1 # MIT
|
||||||
fixtures>=3.0.0 # Apache-2.0/BSD
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
||||||
kombu!=4.0.2,>=5.0.1 # BSD
|
kombu!=4.0.2,>=5.0.1 # BSD
|
||||||
PyMySQL>=0.8.0 # MIT License
|
PyMySQL>=0.8.0 # MIT License
|
||||||
|
Loading…
x
Reference in New Issue
Block a user