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:
Martin Weinelt
2022-07-21 22:35:24 +02:00
parent 71fbe46f1f
commit 9956e23973
@@ -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"
];