Merge pull request #231033 from fabaff/netutils-fix

python310Packages.netutils: disable failing tests
This commit is contained in:
Weijia Wang 2023-05-10 13:23:12 +03:00 committed by GitHub
commit b7e217ad2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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; {