Message ID | 20210826151553.10127-18-jgart@dismail.de |
---|---|
State | New |
Headers | show |
Series | [bug#50213,01/19] gnu: python-pytest-6: Update to 6.2.4. | expand |
Context | Check | Description |
---|---|---|
cbaines/comparison | success | View comparision |
cbaines/git branch | success | View Git branch |
cbaines/comparison | success | View comparision |
cbaines/git branch | success | View Git branch |
cbaines/applying patch | success | View Laminar job |
cbaines/issue | success | View issue |
cbaines/applying patch | success | View Laminar job |
cbaines/issue | success | View issue |
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 561c788dde..eefdb751a7 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2992,7 +2992,9 @@ minimum of WSGI.") (add-installed-pythonpath inputs outputs) (invoke "pytest" "-vv"))))))) (native-inputs - `(("python-pytest" ,python-pytest))) + `(("python-blinker" ,python-blinker) + ("python-greenlet" ,python-greenlet) + ("python-pytest" ,python-pytest-6))) (propagated-inputs `(("python-itsdangerous" ,python-itsdangerous) ("python-jinja2" ,python-jinja2)