Unverified Commit b7e217ad authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #231033 from fabaff/netutils-fix

python310Packages.netutils: disable failing tests
parents 6f431f2c 74bfdd4f
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -44,8 +44,11 @@ buildPythonPackage rec {
    "test_is_fqdn_resolvable"
    "test_fqdn_to_ip"
    "test_tcp_ping"
    # Skip SPhinx test
    # Skip Sphinx test
    "test_sphinx_build"
    # OSError: [Errno 22] Invalid argument
    "test_compare_type5"
    "test_encrypt_type5"
  ];

  meta = with lib; {