Loading pkgs/development/python-modules/bork/default.nix +11 −1 Original line number Diff line number Diff line Loading @@ -8,9 +8,12 @@ setuptools, build, coloredlogs, homf, packaging, pip, pydantic, urllib3, writableTmpDirAsHomeHook, }: buildPythonPackage rec { Loading Loading @@ -38,8 +41,10 @@ buildPythonPackage rec { dependencies = [ build coloredlogs homf packaging pip pydantic urllib3 ]; Loading @@ -49,13 +54,18 @@ buildPythonPackage rec { "bork.cli" ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; disabledTestMarks = [ "network" ]; disabledTests = [ # tries to call python -m bork "test_repo" # Attempt to install packages via pip "test_builder_cwd" "test_builder_order" ]; passthru.tests = callPackage ./tests.nix { }; Loading Loading
pkgs/development/python-modules/bork/default.nix +11 −1 Original line number Diff line number Diff line Loading @@ -8,9 +8,12 @@ setuptools, build, coloredlogs, homf, packaging, pip, pydantic, urllib3, writableTmpDirAsHomeHook, }: buildPythonPackage rec { Loading Loading @@ -38,8 +41,10 @@ buildPythonPackage rec { dependencies = [ build coloredlogs homf packaging pip pydantic urllib3 ]; Loading @@ -49,13 +54,18 @@ buildPythonPackage rec { "bork.cli" ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; disabledTestMarks = [ "network" ]; disabledTests = [ # tries to call python -m bork "test_repo" # Attempt to install packages via pip "test_builder_cwd" "test_builder_order" ]; passthru.tests = callPackage ./tests.nix { }; Loading