Merge pull request #277747 from NickCao/octodns

octodns: move pytestCheckHook to nativeCheckInputs
This commit is contained in:
Nick Cao
2024-01-01 21:19:20 -05:00
committed by GitHub
+4 -1
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