Loading pkgs/development/python-modules/ansible-compat/default.nix +10 −8 Original line number Diff line number Diff line Loading @@ -18,18 +18,19 @@ pytest-mock, pytest-instafail, pytestCheckHook, writableTmpDirAsHomeHook, }: buildPythonPackage rec { pname = "ansible-compat"; version = "25.1.2"; version = "25.1.5"; pyproject = true; src = fetchFromGitHub { owner = "ansible"; repo = "ansible-compat"; tag = "v${version}"; hash = "sha256-AElonUB2zXB3ZcRTwuaYpEQJYHtPw2lD3tBNMEqwuKo="; hash = "sha256-fc+PXw9sT+CQFwcajuJC1IcAECbNiklzVTGFsZWUJGY="; }; build-system = [ Loading @@ -42,20 +43,20 @@ buildPythonPackage rec { subprocess-tee ]; preCheck = '' export HOME=$(mktemp -d) substituteInPlace test/test_runtime.py \ --replace-fail "printenv" "${lib.getExe' coreutils "printenv"}" ''; nativeCheckInputs = [ ansible-core flaky pytest-mock pytest-instafail pytestCheckHook writableTmpDirAsHomeHook ]; preCheck = '' substituteInPlace test/test_runtime.py \ --replace-fail "printenv" "${lib.getExe' coreutils "printenv"}" ''; disabledTests = [ # require network "test_install_collection" Loading @@ -74,6 +75,7 @@ buildPythonPackage rec { "test_runtime_example" "test_scan_sys_path" "test_upgrade_collection" "test_ro_venv" ]; pythonImportsCheck = [ "ansible_compat" ]; Loading Loading
pkgs/development/python-modules/ansible-compat/default.nix +10 −8 Original line number Diff line number Diff line Loading @@ -18,18 +18,19 @@ pytest-mock, pytest-instafail, pytestCheckHook, writableTmpDirAsHomeHook, }: buildPythonPackage rec { pname = "ansible-compat"; version = "25.1.2"; version = "25.1.5"; pyproject = true; src = fetchFromGitHub { owner = "ansible"; repo = "ansible-compat"; tag = "v${version}"; hash = "sha256-AElonUB2zXB3ZcRTwuaYpEQJYHtPw2lD3tBNMEqwuKo="; hash = "sha256-fc+PXw9sT+CQFwcajuJC1IcAECbNiklzVTGFsZWUJGY="; }; build-system = [ Loading @@ -42,20 +43,20 @@ buildPythonPackage rec { subprocess-tee ]; preCheck = '' export HOME=$(mktemp -d) substituteInPlace test/test_runtime.py \ --replace-fail "printenv" "${lib.getExe' coreutils "printenv"}" ''; nativeCheckInputs = [ ansible-core flaky pytest-mock pytest-instafail pytestCheckHook writableTmpDirAsHomeHook ]; preCheck = '' substituteInPlace test/test_runtime.py \ --replace-fail "printenv" "${lib.getExe' coreutils "printenv"}" ''; disabledTests = [ # require network "test_install_collection" Loading @@ -74,6 +75,7 @@ buildPythonPackage rec { "test_runtime_example" "test_scan_sys_path" "test_upgrade_collection" "test_ro_venv" ]; pythonImportsCheck = [ "ansible_compat" ]; Loading