Commit 0f84b6db authored by Dan Callaghan's avatar Dan Callaghan
Browse files

python3Packages.glyphsets: disable test that requires network access

parent 4e744941
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -42,6 +42,10 @@ buildPythonPackage rec {
  preCheck = ''
    export PATH="$out/bin:$PATH"
  '';
  disabledTests = [
    # This "test" just tries to connect to PyPI and look for newer releases. Not needed.
    "test_dependencies"
  ];

  meta = with lib; {
    description = "Google Fonts glyph set metadata";