python3Packages.hatch-vcs: disable failing test
This test is incompatible with setuptools-scm>=7.0, but does not seem to cause other problems as the upstream PR fixing this is also only targeting the testsuite.
This commit is contained in:
@@ -35,6 +35,12 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# incompatible with setuptools-scm>=7
|
||||
# https://github.com/ofek/hatch-vcs/issues/8
|
||||
"test_write"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"hatch_vcs"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user