Skip to content

Commit

Permalink
python312Packages.aiomultiprocess: Fix for python 3.12 (#339823)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Sep 6, 2024
2 parents 3457901 + 05509c7 commit bba8dff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/aiomultiprocess/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
Expand Down

0 comments on commit bba8dff

Please sign in to comment.