python10Packages.hatch-vcs: fix broken hatch-vcs on pythons 39 and 310 (#320039)
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user