python3Packages.pytest-snapshot: disable on older Python releases

This commit is contained in:
Fabian Affolter 2022-04-25 09:30:42 +02:00 committed by GitHub
parent b2e2247f8b
commit 582a2d7683
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@
, pytest
, setuptools-scm
, pytestCheckHook
, pythonOlder
}:
buildPythonPackage rec {
@ -12,6 +13,8 @@ buildPythonPackage rec {
version = "0.9.0";
format = "setuptools";
disabled = pythonOlder "3.5";
src = fetchFromGitHub {
owner = "joseph-roitman";
repo = pname;