From e493fa7b323c4f249757eee13b11e9a1a9d73e1f Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Thu, 18 Apr 2019 09:24:15 +0200 Subject: [PATCH] python2.pkgs.astroid: disable several tests --- pkgs/development/python-modules/astroid/1.6.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/astroid/1.6.nix b/pkgs/development/python-modules/astroid/1.6.nix index 810a4f7ebc87..b6ebea815ccc 100644 --- a/pkgs/development/python-modules/astroid/1.6.nix +++ b/pkgs/development/python-modules/astroid/1.6.nix @@ -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; {