python3Packages.debugpy: disable tests on *-linux (for now)

Feel free to make this more precise - or even resolve the issues.
This commit is contained in:
Vladimír Čunát
2024-03-08 12:22:26 +01:00
parent b2ae37aca4
commit e0008b48c9
@@ -111,6 +111,8 @@ buildPythonPackage rec {
# testsuite gets stuck at this one
"test_attach_pid_client"
];
# TODO? https://github.com/NixOS/nixpkgs/issues/262000
doCheck = !stdenv.isLinux;
pythonImportsCheck = [
"debugpy"