python3Packages.pytest-cid: relax pytest constraint
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user