Unverified Commit 05509c7d authored by Gavin John's avatar Gavin John
Browse files

python312Packages.aiomultiprocess: Fix for python 3.12

parent b3fcca55
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" ];