mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 03:20:04 +01:00
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.
This commit is contained in:
parent
1a7424957d
commit
edbf4f60e2
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue