mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: python-eventlet: Update to 0.33.3.
* gnu/packages/python-xyz.scm (python-eventlet): Update to 0.33.3. [propagated-inputs]: Remove python-monotonic. [arguments]: Skip another test.
This commit is contained in:
parent
3eb77954f9
commit
9144a7809a
1 changed files with 6 additions and 4 deletions
|
@ -3486,17 +3486,17 @@ (define-public python-openpyxl
|
|||
(define-public python-eventlet
|
||||
(package
|
||||
(name "python-eventlet")
|
||||
(version "0.33.0")
|
||||
(version "0.33.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "eventlet" version))
|
||||
(sha256
|
||||
(base32
|
||||
"07qlyhcm0f28sxdizawvdf3d50m3hnbzz5kg3fjp7chvki44y540"))))
|
||||
"1nngffz21afhfi266smf4s5mn5dfd0ykdnirfls9bwnzxbkh6a3j"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
(list python-dnspython python-greenlet python-monotonic python-six))
|
||||
(list python-dnspython python-greenlet python-six))
|
||||
(native-inputs
|
||||
(list python-nose))
|
||||
(arguments
|
||||
|
@ -3521,7 +3521,9 @@ (define-public python-eventlet
|
|||
;; <https://github.com/eventlet/eventlet/issues/730>.
|
||||
"-e" "test_patcher_existing_locks_locked"
|
||||
;; And see <https://github.com/eventlet/eventlet/issues/739>.
|
||||
"-e" "test_017_ssl_zeroreturnerror")))))))
|
||||
"-e" "test_017_ssl_zeroreturnerror"
|
||||
;; This test is failing on some architectures
|
||||
"-e" "test_fork_after_monkey_patch")))))))
|
||||
(home-page "https://eventlet.net")
|
||||
(synopsis "Concurrent networking library for Python")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue