python310Packages.pytest-instafail: disable on unsupported Python releases

- add format
This commit is contained in:
Fabian Affolter
2023-04-02 15:58:25 +02:00
committed by GitHub
parent 0d327fef45
commit cbae06007d
@@ -3,11 +3,15 @@
, fetchPypi
, pytest
, pytestCheckHook
, pythonOlder
}:
buildPythonPackage rec {
pname = "pytest-instafail";
version = "0.5.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;