[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!
signature.asc
Description: PGP signature
- [bug#42069] [PATCH v2 1/6] gnu: Add python-pytest-arraydiff., Vinicius Monego, 2020/07/23
- [bug#42069] [PATCH v2 2/6] gnu: Add python-pytest-doctestplus., Vinicius Monego, 2020/07/23
- [bug#42069] [PATCH v2 3/6] gnu: Add python-pytest-filter-subpackage., Vinicius Monego, 2020/07/23
- [bug#42069] [PATCH v2 4/6] gnu: Add python-pytest-openfiles., Vinicius Monego, 2020/07/23
- [bug#42069] [PATCH v2 5/6] gnu: Add python-pytest-remotedata., Vinicius Monego, 2020/07/23
- [bug#42069] [PATCH v2 5/6] gnu: Add python-pytest-remotedata.,
Marius Bakke <=
- [bug#42069] [PATCH v2 6/6] gnu: Add python-pytest-mpl., Vinicius Monego, 2020/07/23
- [bug#42069] [PATCH v2 1/6] gnu: Add python-pytest-arraydiff., Marius Bakke, 2020/07/25