Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python311Packages.mdformat-gfm: disable failing tests

+5 -1
+5 -1
pkgs/development/python-modules/mdformat-gfm/default.nix
··· 4 4 , linkify-it-py 5 5 , markdown-it-py 6 6 , mdformat 7 - , mdformat-gfm 8 7 , mdformat-tables 9 8 , mdit-py-plugins 10 9 , poetry-core ··· 43 42 44 43 nativeCheckInputs = [ 45 44 pytestCheckHook 45 + ]; 46 + 47 + disabledTests = [ 48 + "test_default_style__api" 49 + "test_default_style__cli" 46 50 ]; 47 51 48 52 pythonImportsCheck = [