lol

Merge pull request #117059 from andersk/pytest-dependency

python3Packages.pytest-dependency: Fix build with pytest ≥ 6.2.0

authored by

Mario Rodas and committed by
GitHub
2adc24fe b1de2b45

+8
+8
pkgs/development/python-modules/pytest-dependency/default.nix
··· 9 9 sha256 = "c2a892906192663f85030a6ab91304e508e546cddfe557d692d61ec57a1d946b"; 10 10 }; 11 11 12 + patches = [ 13 + # Fix build with pytest ≥ 6.2.0, https://github.com/RKrahl/pytest-dependency/pull/51 14 + (fetchpatch { 15 + url = "https://github.com/RKrahl/pytest-dependency/commit/0930889a13e2b9baa7617f05dc9b55abede5209d.patch"; 16 + sha256 = "0ka892j0rrlnfvk900fcph0f6lsnr9dy06q5k2s2byzwijhdw6n5"; 17 + }) 18 + ]; 19 + 12 20 propagatedBuildInputs = [ pytest ]; 13 21 14 22 checkInputs = [ pytest ];