From efb354ef04fcccc0597154d6152b7e7dc34dea56 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 11 Sep 2019 11:09:50 +0200 Subject: [PATCH] python-setuptools_scm: enable the test suite It succeeds fine with both Python 2.x and 3.x. --- pkgs/development/python-modules/setuptools_scm/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/python-modules/setuptools_scm/default.nix b/pkgs/development/python-modules/setuptools_scm/default.nix index 9e176bc68749..eda016795289 100644 --- a/pkgs/development/python-modules/setuptools_scm/default.nix +++ b/pkgs/development/python-modules/setuptools_scm/default.nix @@ -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";