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-16 14:07:30 +02:00
parent 71fbe46f1f
commit 9956e23973

View file

@ -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"
];