mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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"))
|
(invoke "python" "-m" "pytest" "-vv"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-colorama python-docopt python-django-2.2 python-pytest))
|
(list python-colorama python-docopt python-pytest))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-parso))
|
(list python-parso))
|
||||||
(home-page "https://github.com/davidhalter/jedi")
|
(home-page "https://github.com/davidhalter/jedi")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue