python.pkgs.discordpy: disable tests

This commit is contained in:
Frederik Rietdijk 2017-09-02 13:40:16 +02:00
parent 2eaecf762d
commit 2f91d7fd36

View File

@ -31,6 +31,9 @@ in buildPythonPackage rec {
disabled = pythonOlder "3.5";
# No tests in archive
doCheck = false;
meta = {
description = "A python wrapper for the Discord API";
homepage = "https://discordpy.rtfd.org/";