Unverified Commit b5ffe6f5 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #232986 from viraptor/python-xyzservices

python311Packages.xyzservices: ignore network tests
parents 856235b4 59711a98
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -17,6 +17,11 @@ buildPythonPackage rec {
    hash = "sha256-M0K7pBDXlBKQ7tDlii5arbD3uXhj7EKDsoPEBu5yOig=";
  };

  disabledTests = [
    # requires network connections
    "test_free_providers"
  ];

  pythonImportsCheck = [
    "xyzservices.providers"
  ];