惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - Franky
T
Tailwind CSS Blog
Microsoft Azure Blog
Microsoft Azure Blog
The Cloudflare Blog
博客园 - 叶小钗
N
Netflix TechBlog - Medium
罗磊的独立博客
量子位
MyScale Blog
MyScale Blog
A
About on SuperTechFans
Blog — PlanetScale
Blog — PlanetScale
V
Visual Studio Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
GbyAI
GbyAI
B
Blog
腾讯CDC
爱范儿
爱范儿
Recent Announcements
Recent Announcements
有赞技术团队
有赞技术团队
F
Fortinet All Blogs
雷峰网
雷峰网
G
Google Developers Blog
Google DeepMind News
Google DeepMind News

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - python-pytest-codeblocks
2026-06-16 · via AUR Newest Packages

Hi. I get a lot of upgrade errors, e.g. AssertionError:

==> Making package: python-pytest-codeblocks 0.16.0-1 (2022-06-07T17:44:40 CEST)
...
...
...
==> Sources are ready.
==> Making package: python-pytest-codeblocks 0.16.0-1 (2022-06-07T17:44:43 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Removing existing $pkgdir/ directory...
==> Starting build()...
...
...
...
==> Starting check()...
['/usr/lib/python3.10/site-packages/install/_vendor/installer/src', '/home/user/.cache/yay/python-pytest-codeblocks/src/pytest-codeblocks-0.16.0', '/usr/lib/python310.zip', '/usr/lib/python3.10', '/usr/lib/python3.10/lib-dynload', '/home/user/.cache/yay/python-pytest-codeblocks/src/pytest-codeblocks-0.16.0/test-env/lib/python3.10/site-packages', '/usr/lib/python3.10/site-packages']
Listing '.install-cache/pkg'...
Listing '.install-cache/pkg/UNKNOWN-0.0.0.dist-info'...
============================================================================================== test session starts ==============================================================================================
platform linux -- Python 3.10.4, pytest-7.1.2, pluggy-1.0.0
rootdir: /home/user/.cache/yay/python-pytest-codeblocks/src/pytest-codeblocks-0.16.0
plugins: pytest_codeblocks-0.15.0, anyio-3.6.1
collected 34 items

tests/test_comment_styles.py ....                                                                                                                                                                         [ 11%]
tests/test_cont.py ...                                                                                                                                                                                    [ 20%]
tests/test_errors.py ..                                                                                                                                                                                   [ 26%]
tests/test_expect_error.py FF.F                                                                                                                                                                           [ 38%]
tests/test_expected_output.py ..                                                                                                                                                                          [ 44%]
tests/test_general.py .FF                                                                                                                                                                                 [ 52%]
tests/test_shell.py ..FF...                                                                                                                                                                               [ 73%]
tests/test_skipif.py FFF.F...                                                                                                                                                                             [ 97%]
tests/test_unicode.py .                                                                                                                                                                                   [100%]

=================================================================================================== FAILURES ====================================================================================================
home/user/.cache/yay/python-pytest-codeblocks/src/pytest-codeblocks-0.16.0/tests/test_general.py:38: AssertionError

Not sure what's the issue?