python3Packages.pytest-cid: relax pytest constraint

This commit is contained in:
Martin Weinelt
2022-03-14 00:29:12 +01:00
parent d233cd039c
commit 6b052fee2f
@@ -20,6 +20,11 @@ buildPythonPackage rec {
sha256 = "sha256-H2RtMGYWukowTTfqZSx+hikxzkqw1v5bA4AfZfiVl8U=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace "pytest >= 5.0, < 7.0" "pytest >= 5.0"
'';
propagatedBuildInputs = [
py-cid
];