Loading pkgs/by-name/ri/ripe-atlas-tools/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ python3, fetchFromGitHub, installShellFiles, writableTmpDirAsHomeHook, }: python3.pkgs.buildPythonApplication (finalAttrs: { Loading Loading @@ -61,6 +62,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: { nativeCheckInputs = with python3.pkgs; [ pytestCheckHook writableTmpDirAsHomeHook # for cache generation. ]; disabledTests = [ Loading @@ -85,8 +87,6 @@ python3.pkgs.buildPythonApplication (finalAttrs: { "tests/test_docs.py" ]; env.HOME = "$TMPDIR"; # for cache generation. # Necessary because it confuse the tests when it does "from ripe.atlas.sagan import X" # version.py is used by Sphinx tests. preCheck = '' Loading Loading
pkgs/by-name/ri/ripe-atlas-tools/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ python3, fetchFromGitHub, installShellFiles, writableTmpDirAsHomeHook, }: python3.pkgs.buildPythonApplication (finalAttrs: { Loading Loading @@ -61,6 +62,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: { nativeCheckInputs = with python3.pkgs; [ pytestCheckHook writableTmpDirAsHomeHook # for cache generation. ]; disabledTests = [ Loading @@ -85,8 +87,6 @@ python3.pkgs.buildPythonApplication (finalAttrs: { "tests/test_docs.py" ]; env.HOME = "$TMPDIR"; # for cache generation. # Necessary because it confuse the tests when it does "from ripe.atlas.sagan import X" # version.py is used by Sphinx tests. preCheck = '' Loading