octodns: move pytestCheckHook to nativeCheckInputs

This commit is contained in:
Nick Cao 2023-12-30 11:18:57 -05:00
parent 2961883989
commit bda241c1be
No known key found for this signature in database

View File

@ -32,7 +32,6 @@ buildPythonPackage rec {
nativeBuildInputs = [
setuptools
wheel
pytestCheckHook
];
propagatedBuildInputs = [
@ -44,6 +43,10 @@ buildPythonPackage rec {
pyyaml
];
nativeCheckInputs = [
pytestCheckHook
];
pythonImportsCheck = [ "octodns" ];
passthru.withProviders = ps: let