python2Packages.pytest-openfiles: disable python2, abandoned
This commit is contained in:
parent
e70fb9e81f
commit
46c455e031
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue