[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
212/227: gnu: python-asynctest: Delete package.
From: |
guix-commits |
Subject: |
212/227: gnu: python-asynctest: Delete package. |
Date: |
Thu, 11 Nov 2021 12:30:52 -0500 (EST) |
apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit b89ab98168a988ba305c30004934f19aaf67bba6
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Nov 4 22:44:58 2021 -0400
gnu: python-asynctest: Delete package.
This library is no longer supported (doesn't build with Python 3.9; see
https://github.com/Martiusweb/asynctest/issues/158).
* gnu/packages/python-xyz.scm (python-aionotify): Delete variable.
---
gnu/packages/python-xyz.scm | 44 --------------------------------------------
1 file changed, 44 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a50c368..1e1c4d0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24042,50 +24042,6 @@ memoization.")
Notation (CSON).")
(license license:expat)))
-(define-public python-asynctest
- (package
- (name "python-asynctest")
- (version "0.13.0")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "asynctest" version))
- (sha256
- (base32
- "1b3zsy7p84gag6q8ai2ylyrhx213qdk2h2zb6im3xn0m5n264y62"))))
- (build-system python-build-system)
- (arguments
- '(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda _
- (invoke "python" "-X" "dev" "-m" "unittest" "-v" "test")))
- (add-after 'unpack 'disable-tests
- (lambda* _
- ;; XXX: 7 tests fail out of 220. Disable them for now.
- (substitute* (list "test/test_selector.py"
- "test/test_mock.py")
- (("def test_events_watched_outside_test_are_ignored")
- "@unittest.skip('disabled by guix')
- def test_events_watched_outside_test_are_ignored")
- (("def test_awaited_from_autospec_mock.*" line)
- (string-append line " return True\n"))
- (("def
test_create_autospec_on_coroutine_and_using_assert_methods.*" line)
- (string-append line " return True\n"))
- (("def test_patch_coroutine_with_multiple_scopes.*" line)
- (string-append line " return True\n"))
- (("def test_multiple_patches_on_coroutine.*" line)
- (string-append line " return True\n"))
- (("def test_patch_coroutine_only_when_running.*" line)
- (string-append line " return True\n")))
- #t)))))
- (home-page "https://github.com/Martiusweb/asynctest")
- (synopsis "Extension of unittest for testing asyncio libraries")
- (description
- "The package asynctest is built on top of the standard unittest module
-and cuts down boilerplate code when testing libraries for asyncio.")
- (license license:asl2.0)))
-
(define-public python-aionotify
(package
(name "python-aionotify")
- 210/227: gnu: python-aiomysql: Update to 0.17.8., (continued)
- 210/227: gnu: python-aiomysql: Update to 0.17.8., guix-commits, 2021/11/11
- 221/227: gnu: libgweather: Use libsoup 2., guix-commits, 2021/11/11
- 223/227: gnu: openblas: Add support for older x86 processors., guix-commits, 2021/11/11
- 227/227: gnu: kexec-tools: Fix build on i686-linux., guix-commits, 2021/11/11
- 161/227: gnu: mesa: Enable support for OpenGL ES 1.1 and 2.0., guix-commits, 2021/11/11
- 171/227: gnu: gtkmm: Update to 4.4.0., guix-commits, 2021/11/11
- 179/227: gnu: duktape: Install a pkg-config file., guix-commits, 2021/11/11
- 183/227: gnu: geoclue: Fix build option name., guix-commits, 2021/11/11
- 193/227: gnu: Add python-dotenv., guix-commits, 2021/11/11
- 194/227: gnu: python-distro: Update to 1.6.0., guix-commits, 2021/11/11
- 212/227: gnu: python-asynctest: Delete package.,
guix-commits <=
- 217/227: gnu: hackneyed-x11-cursors: Update to 0.8.2., guix-commits, 2021/11/11
- 224/227: gnu: openblas: Do not build static library., guix-commits, 2021/11/11
- 211/227: gnu: python-pymodbus: Update to 2.5.3., guix-commits, 2021/11/11
- 201/227: gnu: icecat: Use latest rust., guix-commits, 2021/11/11
- 202/227: build: meson: Replace the 'test-target' argument by 'test-options'., guix-commits, 2021/11/11
- 180/227: gnu: Add polkit-duktape., guix-commits, 2021/11/11
- 203/227: gnu: osinfo-db-tools: Update to 1.9.0., guix-commits, 2021/11/11
- 218/227: gnu: gnome-session: Use meson-0.59., guix-commits, 2021/11/11
- 220/227: gnu: network-manager-applet: Use meson-0.59., guix-commits, 2021/11/11
- 135/227: gnu: ungoogled-chromium: Use the new lld-as-ld-wrapper., guix-commits, 2021/11/11