python3Packages.astropy-extension-helpers: fix build

This commit is contained in:
Jonathan Ringer
2021-12-14 12:04:47 -08:00
parent e7fbe79667
commit 8b6c077a2c
@@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, findutils
, pytestCheckHook
}:
@@ -16,7 +17,12 @@ buildPythonPackage rec {
patches = [ ./permissions.patch ];
checkInputs = [ pytestCheckHook ];
checkInputs = [ findutils pytestCheckHook ];
# avoid import mismatch errors, as conftest.py is copied to build dir
pytestFlagsArray = [
"extension_helpers"
];
pythonImportsCheck = [
"extension_helpers"