Skip to content

Commit

Permalink
python3Packages.aiomultiprocess: disable failing tests
Browse files Browse the repository at this point in the history
These tests fail from time to time and bring the whole test suite to a
timeout.

omnilib/aiomultiprocess#97
(cherry picked from commit c8261a3)
  • Loading branch information
mweinelt authored and github-actions[bot] committed Jun 5, 2021
1 parent 0edbcd0 commit e7c8f2f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/development/python-modules/aiomultiprocess/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ buildPythonPackage rec {
checkInputs = [ pytestCheckHook ];

pytestFlagsArray = [ "aiomultiprocess/tests/*.py" ];

disabledTests = [
# tests are flaky and make the whole test suite time out
"test_pool_worker_exceptions"
"test_pool_worker_max_tasks"
"test_pool_worker_stop"
];

pythonImportsCheck = [ "aiomultiprocess" ];

meta = with lib; {
Expand Down

0 comments on commit e7c8f2f

Please sign in to comment.