Unverified Commit e712ee94 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

pdm: Fix tests on darwin, by allowing local networking

parent 00e302ca
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -86,6 +86,8 @@ buildPythonApplication rec {
    "test_use_invalid_wrapper_python"
  ];

  __darwinAllowLocalNetworking = true;

  meta = with lib; {
    homepage = "https://pdm.fming.dev";
    changelog = "https://github.com/pdm-project/pdm/releases/tag/${version}";