python3Packages.toggl-cli: update relaxed constraints

This commit is contained in:
Martin Weinelt 2022-04-07 12:25:44 +02:00
parent f401eec200
commit e245a3d132
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -58,8 +58,9 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace requirements.txt \
--replace "notify-py==0.3.1" "notify-py>=0.3.1" \
--replace "click==7.1.2" "click>=7.1.2" \
--replace "pbr==5.5.1" "pbr>=5.5.1"
--replace "click==8.0.3" "click>=8.0.3" \
--replace "pbr==5.8.0" "pbr>=5.8.0" \
--replace "inquirer==2.9.1" "inquirer>=2.9.1"
substituteInPlace pytest.ini \
--replace ' --cov toggl -m "not premium"' ""
'';