mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05: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 @@ (define-public python-jedi
|
||||||
(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…
Reference in a new issue