python.pkgs.discordpy: disable tests
This commit is contained in:
parent
2eaecf762d
commit
2f91d7fd36
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user