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:
Takashi Kajinami 2023-12-26 18:04:55 +09:00
parent 98bf27eec1
commit b08bc694dc
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,5 @@
pbr>=3.1.1 # Apache-2.0
alembic>=1.8.0 # MIT
ddt>=1.4.1 # MIT
croniter>=0.3.4 # MIT License
cryptography>=2.5 # BSD/Apache-2.0
debtcollector>=1.19.0 # Apache-2.0

View File

@ -11,6 +11,7 @@ pyflakes>=2.1.1
bandit!=1.6.0,>=1.1.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
kombu!=4.0.2,>=5.0.1 # BSD
PyMySQL>=0.8.0 # MIT License