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

This commit is contained in:
Fabian Affolter 2024-09-06 09:22:44 +02:00 committed by GitHub
commit bba8dffd31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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" ];