Fix unit tests

Use fasteners 0.17.3, it fixes a deadlock issue.

Also fixed a new error when building the doc.

Depends-On: https://review.opendev.org/c/openstack/requirements/+/826318

Change-Id: I667725886ea424cf62c5b7a07a2e58ecb3399e0c
This commit is contained in:
Gregory Thiemonge 2022-01-20 16:55:59 +01:00
parent 185e6c4a39
commit 49fa9acbb3
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ six>=1.10.0 # MIT
futurist>=1.2.0 # Apache-2.0
# For reader/writer + interprocess locks.
fasteners>=0.7.0 # Apache-2.0
fasteners>=0.17.3 # Apache-2.0
# Very nice graph library
networkx>=2.1.0 # BSD

View File

@ -120,7 +120,7 @@ class Failure(mixins.StrMixin):
to have code ran when this happens, and this can cause issues and
side-effects that the receiver would not have intended to have caused).
TODO(harlowja): use parts of http://bugs.python.org/issue17911 and the
TODO(harlowja): use parts of :pybug:`17911` and the
backport at https://pypi.org/project/traceback2/ to (hopefully)
simplify the methods and contents of this object...
"""