python-setuptools_scm: enable the test suite

It succeeds fine with both Python 2.x and 3.x.
This commit is contained in:
Peter Simons 2019-09-11 11:09:50 +02:00
parent 5c582f35c1
commit efb354ef04

View File

@ -9,10 +9,6 @@ buildPythonPackage rec {
sha256 = "19cyndx23xmpbhz4qrwmfwsmnnaczd0dw7qg977ksq2dbvxy29dx";
};
# Seems to fail due to chroot and would cause circular dependency
# with pytest
doCheck = false;
meta = with stdenv.lib; {
homepage = https://bitbucket.org/pypa/setuptools_scm/;
description = "Handles managing your python package versions in scm metadata";