mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
pythonPackages.txaio: disable tests
See discussion in https://github.com/NixOS/nixpkgs/pull/53479 Fixes #53474
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user