python313Packages.oslo-concurrency: enable tests again, disable hanging tests

Changed files
+2 -3
pkgs
development
python-modules
oslo-concurrency
+2 -3
pkgs/development/python-modules/oslo-concurrency/default.nix
···
pbr
];
-
# tests hang for unknown reason and time the build out
-
doCheck = false;
-
nativeCheckInputs = [
eventlet
fixtures
···
stestr run -e <(echo "
oslo_concurrency.tests.unit.test_lockutils_eventlet.TestInternalLock.test_fair_lock_with_spawn
oslo_concurrency.tests.unit.test_lockutils_eventlet.TestInternalLock.test_fair_lock_with_spawn_n
+
oslo_concurrency.tests.unit.test_lockutils_eventlet.TestInternalLock.test_lock_with_spawn
+
oslo_concurrency.tests.unit.test_lockutils_eventlet.TestInternalLock.test_lock_with_spawn_n
")
'';