python3Packages.pytest-cid: relax pytest constraint

main
Martin Weinelt 2 years ago
parent d233cd039c
commit 6b052fee2f
  1. 5
      pkgs/development/python-modules/pytest-cid/default.nix

@ -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
];

Loading…
Cancel
Save