Skip to content

Commit

Permalink
python2Packages.pytest-doctestplus: disable python2, abandoned upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ringer committed Jun 22, 2020
1 parent ba332b6 commit 3d95ed8
Showing 1 changed file with 2 additions and 0 deletions.
@@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, isPy27
, six
, pytest
, numpy
Expand All @@ -9,6 +10,7 @@
buildPythonPackage rec {
pname = "pytest-doctestplus";
version = "0.7.0";
disabled = isPy27; # abandoned upstream

src = fetchPypi {
inherit pname version;
Expand Down

0 comments on commit 3d95ed8

Please sign in to comment.