lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.pytest-snapshot: disable on older Python releases

authored by

Fabian Affolter and committed by
GitHub
582a2d76 b2e2247f

+3
+3
pkgs/development/python-modules/pytest-snapshot/default.nix
··· 5 5 , pytest 6 6 , setuptools-scm 7 7 , pytestCheckHook 8 + , pythonOlder 8 9 }: 9 10 10 11 buildPythonPackage rec { 11 12 pname = "pytest-snapshot"; 12 13 version = "0.9.0"; 13 14 format = "setuptools"; 15 + 16 + disabled = pythonOlder "3.5"; 14 17 15 18 src = fetchFromGitHub { 16 19 owner = "joseph-roitman";