guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: python-jedi: Remove optional test dependency on python-djang


From: guix-commits
Subject: 02/05: gnu: python-jedi: Remove optional test dependency on python-django-2.2.
Date: Wed, 9 Mar 2022 15:26:36 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit edbf4f60e24e40d4dca20775d18873f71057f7f9
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Mar 8 22:56:43 2022 -0500

    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.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]