diff options
author | Maxim Cournoyer <[email protected]> | 2021-01-14 14:19:12 -0500 |
---|---|---|
committer | Maxim Cournoyer <[email protected]> | 2021-01-15 16:33:08 -0500 |
commit | 9837bc5e35948884b734922462eba4d6b8855a37 (patch) | |
tree | 8f7cb694207653a7d77d374c5398768299010a8c | |
parent | 444cac50d6327a51dcab8419cae7220d9fd7a826 (diff) |
gnu: python-mypy: Fix build.
This follows commit b5ccc6cc9a, which updated python-pytest to version 6 and
removed the python-pytest-6 variable.
* gnu/packages/python-check.scm (python-mypy)
[native-inputs]: Rename python-pytest-6 to python-pytest.
-rw-r--r-- | gnu/packages/python-check.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index fb111d6e57..6459359622 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -2,7 +2,7 @@ ;;; Copyright © 2019 Ricardo Wurmus <[email protected]> ;;; Copyright © 2019, 2020 Tobias Geerinckx-Rice <[email protected]> ;;; Copyright © 2019, 2020 Efraim Flashner <[email protected]> -;;; Copyright © 2019, 2020 Maxim Cournoyer <[email protected]> +;;; Copyright © 2019, 2020, 2021 Maxim Cournoyer <[email protected]> ;;; Copyright © 2019 Hartmut Goebel <[email protected]> ;;; Copyright © 2020 Julien Lepiller <[email protected]> ;;; Copyright © 2020 Marius Bakke <[email protected]> @@ -1075,7 +1075,7 @@ supported by the MyPy typechecker.") ("python-importlib-metadata" ,python-importlib-metadata) ("python-lxml" ,python-lxml) ("python-psutil" ,python-psutil) - ("python-pytest" ,python-pytest-6) + ("python-pytest" ,python-pytest) ("python-pytest-cov" ,python-pytest-cov) ("python-pytest-forked" ,python-pytest-forked) ("python-pytest-xdist" ,python-pytest-xdist) |