~ruther/guix-local

c5c6e884869ac1928cf475f2f95e1ea2b9d9ea57 — Sharlatan Hellseher 2 months ago 5fcf8b1
gnu: python-pypika-tortoise: Update to 0.6.3.

* gnu/packages/databases.scm (python-pypika-tortoise): Update to 0.6.3.
[arguments]<test-flags>: Skip one test.
[native-inputs]: Remove python-poetry-core; add python-pdm-backend.

Change-Id: Id29435ec6f4c5962f32020e3cfaadac0911cd373
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 10 insertions(+), 3 deletions(-)

M gnu/packages/databases.scm
M gnu/packages/databases.scm => gnu/packages/databases.scm +10 -3
@@ 3713,7 3713,7 @@ can autogenerate peewee models using @code{pwiz}, a model generator.")
(define-public python-pypika-tortoise
  (package
    (name "python-pypika-tortoise")
    (version "0.3.2")
    (version "0.6.3")
    (source
     (origin
       (method git-fetch)


@@ 3722,10 3722,17 @@ can autogenerate peewee models using @code{pwiz}, a model generator.")
              (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1pz7i9vgjwzzvacjjkvr5xbcmphn52xv993zbks602is844k0pp0"))))
        (base32 "0czxc4im7iik9igqzwvxfjbyn66avmr8a1bcvcsxpzd22ywiycis"))))
    (build-system pyproject-build-system)
    (arguments
     (list
      ;; tests: 904 passed, 1 deselected
      #:test-flags
      ;; FileNotFoundError: [Errno 2] No such file or directory: 'uvx'
      #~(list "--deselect=tests/test_poetry_add.py::test_added_by_poetry_v2")))
    (native-inputs
     (list python-poetry-core python-pytest))
     (list python-pdm-backend
           python-pytest))
    (home-page "https://github.com/tortoise/pypika-tortoise")
    (synopsis "Pypika fork for tortoise-orm")
    (description "Pypika-tortoise is a fork of pypika which has been