guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#42069] [PATCH v2 5/6] gnu: Add python-pytest-remotedata.


From: Marius Bakke
Subject: [bug#42069] [PATCH v2 5/6] gnu: Add python-pytest-remotedata.
Date: Sat, 25 Jul 2020 18:29:05 +0200

Vinicius Monego <monego@posteo.net> writes:

> * gnu/packages/python-check.scm (python-pytest-remotedata): New variable.

[...]
  
> +(define-public python-pytest-remotedata
> +  (package
> +    (name "python-pytest-remotedata")
> +    (version "0.3.2")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (pypi-uri "pytest-remotedata" version))
> +       (sha256
> +        (base32 "1h6g6shib6z07azf12rnsa053470ggbd7hy3bnbw8nf3nza5h372"))))
> +    (build-system python-build-system)
> +    (arguments
> +     '(#:phases
> +       (modify-phases %standard-phases
> +         (replace 'check
> +           (lambda* (#:key inputs outputs #:allow-other-keys)
> +             ;; Make ;TODO: he installed plugin discoverable by Pytest.

I removed the stray TODO and committed.  Thanks!

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]