mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
This commit is contained in:
@@ -11,7 +11,7 @@ buildPythonPackage rec {
|
||||
sha256 = "1bndxgvisw8kk52zfdifvly6dl4833wqilxf77pg473172yaf5gq";
|
||||
};
|
||||
|
||||
checkInputs = [ pytest pytest-django ];
|
||||
nativeCheckInputs = [ pytest pytest-django ];
|
||||
checkPhase = ''
|
||||
rm -r logentry_admin __init__.py
|
||||
pytest
|
||||
|
||||
Reference in New Issue
Block a user