forked from mirrors/nixpkgs
python-setuptools_scm: enable the test suite
It succeeds fine with both Python 2.x and 3.x.
This commit is contained in:
parent
5c582f35c1
commit
efb354ef04
|
@ -9,10 +9,6 @@ buildPythonPackage rec {
|
||||||
sha256 = "19cyndx23xmpbhz4qrwmfwsmnnaczd0dw7qg977ksq2dbvxy29dx";
|
sha256 = "19cyndx23xmpbhz4qrwmfwsmnnaczd0dw7qg977ksq2dbvxy29dx";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Seems to fail due to chroot and would cause circular dependency
|
|
||||||
# with pytest
|
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://bitbucket.org/pypa/setuptools_scm/;
|
homepage = https://bitbucket.org/pypa/setuptools_scm/;
|
||||||
description = "Handles managing your python package versions in scm metadata";
|
description = "Handles managing your python package versions in scm metadata";
|
||||||
|
|
Loading…
Reference in a new issue