Archived
1
0
Fork 0

gnu: python-pytest-7.1: Depend on python-pluggy-next.

* gnu/packages/check.scm (python-pytest-7.1)[propagated-inputs]: Replace
  python-pluggy with python-pluggy-next.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Felix Gruber 2023-03-26 19:43:34 +00:00 committed by Maxim Cournoyer
parent d495b50444
commit ec628ef1c8
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1326,7 +1326,10 @@ and many external plugins.")
#~(modify-phases #$phases #~(modify-phases #$phases
(add-before 'build 'pretend-version (add-before 'build 'pretend-version
(lambda _ (lambda _
(setenv "SETUPTOOLS_SCM_PRETEND_VERSION" #$version))))))))) (setenv "SETUPTOOLS_SCM_PRETEND_VERSION" #$version)))))))
(propagated-inputs
(modify-inputs (package-propagated-inputs python-pytest)
(replace "python-pluggy" python-pluggy-next)))))
(define-public python-pytest-bootstrap (define-public python-pytest-bootstrap
(package (package