mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
python3Packages.pgcli: remove prompt_tookit version bounds
This commit is contained in:
parent
599fa2754b
commit
8b4996eac2
@ -19,6 +19,11 @@ buildPythonApplication rec {
|
||||
pygments sqlparse pgspecial setproctitle keyring
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace "prompt_toolkit>=2.0.6,<3.0.0" "prompt_toolkit"
|
||||
'';
|
||||
|
||||
checkInputs = [ pytest mock ];
|
||||
|
||||
# `test_application_name_db_uri` fails: https://github.com/dbcli/pgcli/issues/1104
|
||||
|
Loading…
Reference in New Issue
Block a user