Skip to content

Commit e0008b4

Browse files
committed
python3Packages.debugpy: disable tests on *-linux (for now)
Feel free to make this more precise - or even resolve the issues.
1 parent b2ae37a commit e0008b4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pkgs/development/python-modules/debugpy/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ buildPythonPackage rec {
111111
# testsuite gets stuck at this one
112112
"test_attach_pid_client"
113113
];
114+
# TODO? https://github.com/NixOS/nixpkgs/issues/262000
115+
doCheck = !stdenv.isLinux;
114116

115117
pythonImportsCheck = [
116118
"debugpy"

0 commit comments

Comments
 (0)