mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 16:53:40 +00:00
python312Packages.aiomultiprocess: Fix for python 3.12 (#339823)
This commit is contained in:
commit
bba8dffd31
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user