python.pkgs.semver: disable tests to fix build

This commit is contained in:
Frederik Rietdijk 2017-08-25 10:57:54 +02:00
parent d019bb0123
commit 3efa08baea

View file

@ -10,6 +10,9 @@ buildPythonPackage rec {
sha256 = "20ffbb50248a6141bb9eba907db0e47ee4a239ddb55fe0ada8696fc241495a9d";
};
# No tests in archive
doCheck = false;
meta = with stdenv.lib; {
description = "Python package to work with Semantic Versioning (http://semver.org/)";
homepage = https://github.com/k-bx/python-semver;