Commit graph

26 commits

Author SHA1 Message Date
Weijia Wang 6e7c0b97d4 treewide: make fetchPypi more explicit 2023-05-25 21:37:59 +03:00
Jeremy Fleischman fd6c52733b
mycli: skip broken test
While I was in here, I ported this code to use `pytestCheckHook`.

This fixes https://github.com/NixOS/nixpkgs/issues/211415 (maybe this is
more of a workaround?).

This build was failing due to a broken test upstream. I've instructed
nix to skip that test for now.

I also changed the `py.test` to plain `pytest`. I'm not familiar with
the difference, but according to [this SO
answer](https://stackoverflow.com/a/41893170/1739415), it sounds like
`pytest` is the new hotness and should be used wherever possible.
2023-02-06 12:59:22 -08:00
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Johannes Schleifenbaum 2c335c73e3
mycli: 1.25.0 -> 1.26.1 2022-10-10 12:57:06 +02:00
R. Ryantm 59729543d0 mycli: 1.24.4 -> 1.25.0 2022-04-03 23:13:34 +00:00
R. Ryantm 88a70a935e mycli: 1.24.3 -> 1.24.4 2022-03-30 05:28:44 +00:00
Johannes Schleifenbaum 171c95176b
mycli: 1.24.2 -> 1.24.3 2022-01-21 13:52:47 +01:00
Johannes Schleifenbaum 0a29750129
mycli: 1.24.1 -> 1.24.2 2022-01-12 19:50:07 +01:00
Sandro Jäckel 183c7ebcae
pythonPackages: normalise prompt_toolkit 2021-07-23 16:36:39 +02:00
Johannes Schleifenbaum b39c189d4b
mycli: 1.23.2 -> 1.24.1 2021-03-05 09:09:51 +01:00
Johannes Schleifenbaum cda449e23c
mycli: 1.23.0 -> 1.23.2 2021-01-16 19:26:01 +01:00
Johannes Schleifenbaum be9bda4fa0
mycli: 1.22.2 -> 1.23.0 2021-01-15 14:50:31 +01:00
Johannes 40a7c98c1c
mycli: fix build with sqlparse 0.4.x (#106334)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-12-09 06:00:55 +01:00
Johannes Schleifenbaum b00d9a3c13
mycli: 1.22.1 -> 1.22.2 2020-08-04 12:24:55 +02:00
Johannes Schleifenbaum 32fc1d6b91
mycli: 1.21.1 -> 1.22.1 2020-07-27 12:28:48 +02:00
Johannes Schleifenbaum 247a1b4851
mycli: 1.20.1 -> 1.21.1 2020-07-01 12:30:23 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Oleg Pykhalov 9405324531 mycli: Add paramiko as a propagated build input
Fixes error:

    Cannot use SSH transport because paramiko isn't installed, please
    install paramiko or don't use --ssh-host=
2020-02-06 20:03:01 +01:00
Johannes Schleifenbaum 8275ac3b59 mycli: 1.19.0 -> 1.20.1 2019-10-09 10:59:46 -07:00
Maximilian Bosch 69c21be86e
mycli: patch tests
Similar to f3c66bb31e. Due to invalid
datatypes a lot of the tests broke.

The patch is based on an upstream PR[1], but had to be modified in order
to apply on v1.19.0.

See also https://hydra.nixos.org/build/90119741
Addresses #56826

[1] https://github.com/dbcli/mycli/pull/711
2019-03-15 21:08:10 +01:00
R. RyanTM 4878a24df7 mycli: 1.17.0 -> 1.19.0 (#52198)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mycli/versions
2018-12-15 11:42:38 +01:00
Frederik Rietdijk f0b49c4d10 python.pkgs.prompt_toolkit: always use 1 with py2 and 2 with py3 2018-11-21 12:38:54 +01:00
Chris Ostrouchov d69246709f pythonPackages.prompt_toolkit: 1.0.15 -> 2.0.7
Created a version to prompt_toolkit_1 for legacy ipython
2018-11-21 12:38:54 +01:00
Wael M. Nasreddine e9cb147a37
mycli: 1.6.0 -> 1.17.0 2018-08-07 00:29:25 -07:00
Patrick Hilhorst 0415710a5d treewide: removed name from a few pythonpackages defining pname and version 2018-06-07 18:06:25 +02:00
Frederik Rietdijk d45e554457 mycli: move out of python-packages.nix and fix build 2017-09-07 09:28:03 +02:00