python310Packages.pylitterbot: relax deepdiff constraint
This commit is contained in:
parent
7824e23a21
commit
40b5963931
1 changed files with 6 additions and 0 deletions
|
@ -43,6 +43,12 @@ buildPythonPackage rec {
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
# https://github.com/natekspencer/pylitterbot/issues/73
|
||||||
|
substituteInPlace pyproject.toml \
|
||||||
|
--replace 'deepdiff = "^5.8.1"' 'deepdiff = ">=5.8.1"'
|
||||||
|
'';
|
||||||
|
|
||||||
pytestFlagsArray = [
|
pytestFlagsArray = [
|
||||||
"--asyncio-mode=legacy"
|
"--asyncio-mode=legacy"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue