diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-03-08 22:56:43 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-03-09 15:23:35 -0500 |
commit | edbf4f60e24e40d4dca20775d18873f71057f7f9 (patch) | |
tree | 657502ad14617a47defcb07dc1c2d73e83f0bf22 | |
parent | 1a7424957dbe50c68a49145f95955984c4fa118e (diff) |
gnu: python-jedi: Remove optional test dependency on python-django-2.2.
This avoids a dependency cycle between python-selenium (4.1.0) and
python-pytest-trio.
* gnu/packages/python-xyz.scm (python-jedi)[native-inputs]: Remove
python-django-2.2.
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 53db2e2062..c8ec319626 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -17015,7 +17015,7 @@ characters, mouse support, and auto suggestions.") (invoke "python" "-m" "pytest" "-vv")) #t))))) (native-inputs - (list python-colorama python-docopt python-django-2.2 python-pytest)) + (list python-colorama python-docopt python-pytest)) (propagated-inputs (list python-parso)) (home-page "https://github.com/davidhalter/jedi") |