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