3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.coveralls: disabled python2, abandoned

This commit is contained in:
Jonathan Ringer 2020-06-16 13:49:20 -07:00
parent e6f7592065
commit f8bf71047b

View file

@ -1,6 +1,7 @@
{ buildPythonPackage
, lib
, fetchPypi
, isPy27
, mock
, pytest
, pytestrunner
@ -15,8 +16,8 @@
buildPythonPackage rec {
pname = "coveralls";
name = "${pname}-python-${version}";
version = "2.0.0";
disabled = isPy27;
# wanted by tests
src = fetchPypi {