Skip to content

Commit

Permalink
Merge pull request NixOS#277747 from NickCao/octodns
Browse files Browse the repository at this point in the history
octodns: move pytestCheckHook to nativeCheckInputs
  • Loading branch information
NickCao authored Jan 2, 2024
2 parents fa360ee + bda241c commit 63143ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/tools/networking/octodns/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ buildPythonPackage rec {
nativeBuildInputs = [
setuptools
wheel
pytestCheckHook
];

propagatedBuildInputs = [
Expand All @@ -44,6 +43,10 @@ buildPythonPackage rec {
pyyaml
];

nativeCheckInputs = [
pytestCheckHook
];

pythonImportsCheck = [ "octodns" ];

passthru.withProviders = ps: let
Expand Down

0 comments on commit 63143ac

Please sign in to comment.