mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
python2.pkgs.astroid: disable several tests
This commit is contained in:
parent
bd5a82aedf
commit
e493fa7b32
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
|||
|
||||
checkPhase = ''
|
||||
# test_builtin_help is broken
|
||||
pytest -k "not test_builtin_help" astroid
|
||||
pytest -k "not test_builtin_help and not test_namespace_and_file_mismatch and not test_namespace_package_pth_support and not test_nested_namespace_import" astroid
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue