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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user