Go to file
Eric Fried fe86f5e4ae Some test cleanup
- Tests are based on oslotest.base.BaseTestCase, which uses the
  NestedTempFile fixture, which uses the TempDir fixture, which adds a
  cleanup routine to remove the base temporary directory it creates.
  There's therefore no need for tests to clean up this directory, so all
  the code that does that is removed.
- The eventlet incarnation of tests was trying to make use of the `env`
  external without whitelisting it, resulting in an ugly red deprecation
  warning. This commit adds `env` to whitelist_externals in [testenv].
- A handful of typos in the Beowulf quote are corrected.

Change-Id: I91cc52e00e0a918dadd2a3a771bd322b0f165ed2
2019-09-17 16:13:30 -05:00
2019-09-17 16:13:30 -05:00
2019-04-19 19:28:07 +00:00
2018-07-04 08:18:31 +07:00
2019-07-05 14:42:45 -04:00
2018-07-04 08:18:31 +07:00
2019-07-05 14:42:45 -04:00
2017-03-03 00:02:48 +00:00
2019-09-17 16:13:30 -05:00

Team and repository tags

image

oslo.concurrency

Latest Version

The oslo.concurrency library has utilities for safely running multi-thread, multi-process applications using locking mechanisms and for running external processes.

Description
OpenStack library for all concurrency-related code
Readme 4.8 MiB
Languages
Python 100%