pythonPackages.txaio: disable tests

See discussion in https://github.com/NixOS/nixpkgs/pull/53479

Fixes #53474
This commit is contained in:
worldofpeace
2019-01-30 18:52:27 -05:00
parent f944ffecb9
commit d19eea7334

View File

@@ -17,6 +17,8 @@ buildPythonPackage rec {
py.test -k "not test_sdist"
'';
doCheck = false;
meta = with stdenv.lib; {
description = "Utilities to support code that runs unmodified on Twisted and asyncio.";
homepage = "https://github.com/crossbario/txaio";