nova/nova/tests
Balazs Gibizer a341851f15 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
2022-01-17 13:29:35 +01:00
..
fixtures Move ReaderWriterLock to the test tree 2022-01-17 13:29:35 +01:00
functional Merge "Make API fixture pass roles" 2022-01-14 21:02:28 +00:00
unit Merge "Close Glance image if downloading failed." 2022-01-17 10:31:21 +00:00
__init__.py
json_ref.py Transform instance.exists notification 2018-06-05 12:51:30 +00:00