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

python312Packages.aiomultiprocess: Fix for python 3.12 (#339823)

parents 34579012 05509c7d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -32,6 +32,8 @@ buildPythonPackage rec {
    "test_pool_worker_exceptions"
    "test_pool_worker_max_tasks"
    "test_pool_worker_stop"
    # error message changed with python 3.12
    "test_spawn_method"
  ];

  pythonImportsCheck = [ "aiomultiprocess" ];