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 /gnu/packages/python-xyz.scm | |
| 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.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -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 53db2e2062d..c8ec3196261 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -17015,7 +17015,7 @@ characters, mouse support, and auto suggestions.") | |||
| 17015 | (invoke "python" "-m" "pytest" "-vv")) | 17015 | (invoke "python" "-m" "pytest" "-vv")) |
| 17016 | #t))))) | 17016 | #t))))) |
| 17017 | (native-inputs | 17017 | (native-inputs |
| 17018 | (list python-colorama python-docopt python-django-2.2 python-pytest)) | 17018 | (list python-colorama python-docopt python-pytest)) |
| 17019 | (propagated-inputs | 17019 | (propagated-inputs |
| 17020 | (list python-parso)) | 17020 | (list python-parso)) |
| 17021 | (home-page "https://github.com/davidhalter/jedi") | 17021 | (home-page "https://github.com/davidhalter/jedi") |
