Vinicius Monego 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!