~ruther/guix-local

058a17ed5e2c56132301097ad6ea7b881a95f5bf — Sharlatan Hellseher 1 year, 6 months ago 3355db5
gnu: python-pytest-mypy: Update to 0.10.3.

* gnu/packages/check.scm (python-pytest-mypy): Update to 0.10.3.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: Ic0483fe3c430c00ea82e9f54e60632ce48f79e75
1 files changed, 16 insertions(+), 5 deletions(-)

M gnu/packages/check.scm
M gnu/packages/check.scm => gnu/packages/check.scm +16 -5
@@ 2933,17 2933,28 @@ by the test.")
(define-public python-pytest-mypy
  (package
    (name "python-pytest-mypy")
    (version "0.9.1")
    (version "0.10.3")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "pytest-mypy" version))
       (sha256
        (base32 "0p5bd4r4gbwk1h7mpx1jkhdwkckapfz24bp9x5mmqb610ps3pylz"))))
    (build-system python-build-system)
    (native-inputs (list python-setuptools-scm))
        (base32 "1nyk9xxkwb03sp6avn5l4ysncybnyw4ibrp2lcn3mw934dj8yigq"))))
    (build-system pyproject-build-system)
    (arguments
     (list
      #:test-flags #~(list "--numprocesses" "auto")))
    (native-inputs
     (list python-pexpect
           python-pytest-xdist
           python-setuptools
           python-setuptools-scm
           python-wheel))
    (propagated-inputs
     (list python-attrs python-filelock python-mypy python-pytest))
     (list python-attrs
           python-filelock
           python-mypy
           python-pytest))
    (home-page "https://github.com/dbader/pytest-mypy")
    (synopsis "Mypy static type checker plugin for Pytest")
    (description "@code{pytest-mypi} is a static type checker plugin for