summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorBalazs Gibizer <balazs.gibizer@est.tech>2022-01-17 13:29:35 +0100
committerBalazs Gibizer <balazs.gibizer@est.tech>2022-01-17 13:29:35 +0100
commita341851f15060efc2e6e30717339c47c015ed0b7 (patch)
tree07136ef697d173ea56b81de51d0bd1617756694f /requirements.txt
parent1ddb8f83adef964a8ca050994a43adc6175994f1 (diff)
downloadnova-a341851f15060efc2e6e30717339c47c015ed0b7.tar.gz
Move ReaderWriterLock to the test tree
The commit I168fffac8002f274a905cfd53ac4f6c9abe18803 added a wrapper around fasteners.ReaderWriterLock to fix up an issue with eventlet. But the wrapper was added to nova.utils module that is use not only by the nova tests but also the nova production code. This made the fixture library a dependency of the nova production code. While the current ReaderWriterLock usage only limited to the nova test sub tree. The I712f88fc1b6053fe6d1f13e708f3bd8874452a8f commit fix the issue of not having fixtures in the nova requirements.txt. However I think a better fix is to move the wrapper to the test subtree instead. This patch does that and restores the state of the requirements.txt Change-Id: I6903ce53b9b91325f7268cf2ebd02e4488579560 Related-Bug: #1958075
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 95f468abb4..a8bed744fb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -68,4 +68,3 @@ futurist>=1.8.0 # Apache-2.0
openstacksdk>=0.35.0 # Apache-2.0
dataclasses>=0.7;python_version=='3.6' # Apache 2.0 License
PyYAML>=5.1 # MIT
-fixtures>=3.0.0 # Apache-2.0/BSD