Merge pull request #328813 from kira-bruneau/python3Packages.debugpy

python3Packages.debugpy: disable tests for unmaintained pythons
This commit is contained in:
Artturin
2024-07-21 07:16:36 +03:00
committed by GitHub
@@ -3,6 +3,7 @@
stdenv,
buildPythonPackage,
pythonOlder,
pythonAtLeast,
fetchFromGitHub,
substituteAll,
gdb,
@@ -92,6 +93,9 @@ buildPythonPackage rec {
}
)'';
# Disable tests for unmaintained versions of python
doCheck = pythonAtLeast "3.11";
nativeCheckInputs = [
## Used to run the tests:
pytestCheckHook