Unverified Commit 16966f10 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #200122 from SuperSandro2000/oslo-concurrency-time-out

python310Packages.oslo-concurrency: disable tests
parents e7c810fa 034d8b4e
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -45,6 +45,9 @@ buildPythonPackage rec {
    pbr
  ];

  # tests hang for unknown reason and time the build out
  doCheck = false;

  checkInputs = [
    eventlet
    fixtures
@@ -57,7 +60,10 @@ buildPythonPackage rec {
    export NIX_REDIRECTS=/etc/protocols=${iana-etc}/etc/protocols:/etc/resolv.conf=$(realpath resolv.conf)
    export LD_PRELOAD=${libredirect}/lib/libredirect.so

    stestr run
    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
    ")
  '';

  pythonImportsCheck = [ "oslo_concurrency" ];