mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
python310Packages.formulaic: checkInputs -> nativeCheckInputs
This commit is contained in:
parent
1649bf34c4
commit
005fbeb972
@ -48,7 +48,7 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "formulaic" ];
|
||||
|
||||
checkInputs = [ pytestCheckHook ];
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
||||
disabledTestPaths = [
|
||||
"tests/transforms/test_poly.py"
|
||||
|
Loading…
Reference in New Issue
Block a user