Merge pull request #328813 from kira-bruneau/python3Packages.debugpy
python3Packages.debugpy: disable tests for unmaintained pythons
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user