diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 6540f3167c4..c3108365a61 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -390,6 +390,9 @@ in modules // { ${python.interpreter} tests.py ''; + # 'Could not contact DNS servers' + doCheck = false; + meta = { homepage = http://github.com/saghul/aiodns; license = licenses.mit;