mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
python2Packages.pytest-openfiles: disable python2, abandoned
This commit is contained in:
parent
e70fb9e81f
commit
46c455e031
@ -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 New Issue
Block a user