Skip to content

Commit 33bc5c0

Browse files
committed
Add fixtures to requirements
The commit 887c445 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
1 parent d5b6412 commit 33bc5c0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,4 @@ futurist>=1.8.0 # Apache-2.0
6868
openstacksdk>=0.35.0 # Apache-2.0
6969
dataclasses>=0.7;python_version=='3.6' # Apache 2.0 License
7070
PyYAML>=5.1 # MIT
71+
fixtures>=3.0.0 # Apache-2.0/BSD

test-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ mypy>=0.761 # MIT
77
types-paramiko>=0.1.3 # Apache-2.0
88
coverage!=4.4,>=4.0 # Apache-2.0
99
ddt>=1.2.1 # MIT
10-
fixtures>=3.0.0 # Apache-2.0/BSD
1110
mock>=3.0.0 # BSD
1211
psycopg2-binary>=2.8 # LGPL/ZPL
1312
PyMySQL>=0.8.0 # MIT License

0 commit comments

Comments
 (0)