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";
|
disabled = pythonOlder "3.5";
|
||||||
|
|
||||||
|
# No tests in archive
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A python wrapper for the Discord API";
|
description = "A python wrapper for the Discord API";
|
||||||
homepage = "https://discordpy.rtfd.org/";
|
homepage = "https://discordpy.rtfd.org/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user