~ruther/guix-local

42d1d1ef223eef9907ce794f894c4b7f98d1993f — Sharlatan Hellseher 8 months ago 4196c96
gnu: python-pytest-datadir: Update to 1.7.2.

* gnu/packages/check.scm (python-pytest-datadir): Update to 1.7.2.
[propagated-inputs]: Remove python-pytest and python-wheel.
[native-inputs]: Add python-pytest-bootstrap and python-setuptools.

Change-Id: Iedc70026ae971cc7629cef002a66b989aef534e3
1 files changed, 7 insertions(+), 7 deletions(-)

M gnu/packages/check.scm
M gnu/packages/check.scm => gnu/packages/check.scm +7 -7
@@ 3997,19 3997,19 @@ skipped if any of the dependencies did fail or has been skipped.")
(define-public python-pytest-datadir
  (package
    (name "python-pytest-datadir")
    (version "1.3.1")
    (version "1.7.2")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "pytest-datadir" version))
       (uri (pypi-uri "pytest_datadir" version))
       (sha256
        (base32
         "066bg6wlzgq2pqnjp73dfrcmk8951xw3aqcxa3p1axgqimrixbyk"))))
    (build-system python-build-system)
         "0gj49053hzb3xchzrsp14hj7d4fakhxmvrv895g218yh6n525x8m"))))
    (build-system pyproject-build-system)
    (native-inputs
     (list python-setuptools-scm))
    (propagated-inputs
     (list python-pytest python-wheel))
     (list python-pytest-bootstrap
           python-setuptools
           python-setuptools-scm))
    (home-page "https://github.com/gabrielcnr/pytest-datadir")
    (synopsis "Pytest plugin for manipulating test data directories and files")
    (description