Unverified Commit e0008b48 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

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

Feel free to make this more precise - or even resolve the issues.
parent b2ae37ac
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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"