Skip to content

Commit

Permalink
octodns: move pytestCheckHook to nativeCheckInputs
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Dec 30, 2023
1 parent 2961883 commit bda241c
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 bda241c

Please sign in to comment.