summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorTakashi Kajinami <tkajinam@redhat.com>2022-01-16 23:30:41 +0900
committerTakashi Kajinami <tkajinam@redhat.com>2022-01-16 23:48:51 +0900
commit33bc5c09f576680d150435fb7ad435b23e778316 (patch)
tree01c6c2ed4ea5aaf7663a22292a83b1c2a8e8a707 /test-requirements.txt
parentd5b6412ef52b1e5ad797a49850c9c6701b0405db (diff)
downloadnova-33bc5c09f576680d150435fb7ad435b23e778316.tar.gz
Add fixtures to requirements
The commit 887c445a7a6a17b92a37b6ed1dcdcc7dd009f65d made the nova.utils module dependent on the fixtures library but the change missed updating requirements and the fixtures library is not installed automatically. This change migrates the fixtures library from test-requirements.txt to requirements.txt so that the library is installed without test codes. Closes-Bug: #1958075 Change-Id: I712f88fc1b6053fe6d1f13e708f3bd8874452a8f
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 44cb2bacf7..80104c298f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,7 +7,6 @@ mypy>=0.761 # MIT
types-paramiko>=0.1.3 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
ddt>=1.2.1 # MIT
-fixtures>=3.0.0 # Apache-2.0/BSD
mock>=3.0.0 # BSD
psycopg2-binary>=2.8 # LGPL/ZPL
PyMySQL>=0.8.0 # MIT License