python10Packages.hatch-vcs: fix broken hatch-vcs on pythons 39 and 310 (#320039)

This commit is contained in:
Phillip Cloud
2024-06-15 15:24:12 +02:00
committed by GitHub
parent 82efe39a1b
commit 176225ff63
@@ -38,6 +38,11 @@ buildPythonPackage rec {
# incompatible with setuptools-scm>=7
# https://github.com/ofek/hatch-vcs/issues/8
"test_write"
] ++ lib.optionals (pythonOlder "3.11") [
# https://github.com/pypa/setuptools_scm/issues/1038, fixed in setuptools_scm@8.1.0
"test_basic"
"test_root"
"test_metadata"
];
pythonImportsCheck = [ "hatch_vcs" ];