python2Packages.pytest-openfiles: disable python2, abandoned

This commit is contained in:
Jonathan Ringer 2020-06-16 14:12:30 -07:00
parent e70fb9e81f
commit 46c455e031

View file

@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, isPy27
, pytest
, pytestCheckHook
, psutil
@ -10,6 +11,7 @@
buildPythonPackage rec {
pname = "pytest-openfiles";
version = "0.5.0";
disabled = isPy27; # abandoned
src = fetchPypi {
inherit pname version;