From 33bc5c09f576680d150435fb7ad435b23e778316 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 16 Jan 2022 23:30:41 +0900 Subject: 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 --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'test-requirements.txt') 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 -- cgit v1.2.1