treewide: migrate big consumers of git in check inputs to gitMinimal (#426610)

This commit is contained in:
K900
2025-07-19 14:42:40 +03:00
committed by GitHub
6 changed files with 12 additions and 12 deletions
@@ -4,7 +4,7 @@
fetchPypi,
pytestCheckHook,
pythonOlder,
git,
gitMinimal,
hatchling,
setuptools-scm,
}:
@@ -30,7 +30,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
git
gitMinimal
pytestCheckHook
];
@@ -14,7 +14,7 @@
# tests
cython,
git,
gitMinimal,
pytestCheckHook,
pytest-mock,
}:
@@ -52,7 +52,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
cython
git
gitMinimal
pytestCheckHook
pytest-mock
];
@@ -5,7 +5,7 @@
fetchFromGitHub,
pythonOlder,
build,
git,
gitMinimal,
pytest-cov-stub,
pytest-mock,
pytestCheckHook,
@@ -31,7 +31,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
build
git
gitMinimal
pytest-mock
pytest-cov-stub
pytestCheckHook
@@ -5,7 +5,7 @@
elasticsearch,
fetchFromGitHub,
freezegun,
git,
gitMinimal,
mercurial,
nbmake,
py-cpuinfo,
@@ -52,7 +52,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
freezegun
git
gitMinimal
mercurial
nbmake
pytestCheckHook
@@ -33,7 +33,7 @@
# tests
cython-test-exception-raiser,
git,
gitMinimal,
glibcLocales,
pyhamcrest,
hypothesis,
@@ -196,7 +196,7 @@ buildPythonPackage rec {
nativeCheckInputs =
[
git
gitMinimal
glibcLocales
]
++ optional-dependencies.test
@@ -13,7 +13,7 @@
pytest-cov-stub,
pytest-mock,
setuptools,
git,
gitMinimal,
mercurial,
}:
@@ -47,7 +47,7 @@ buildPythonPackage rec {
pytest-cov-stub
pytest-mock
setuptools
git
gitMinimal
mercurial
];