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

推荐订阅源

The Last Watchdog
The Last Watchdog
C
Cyber Attacks, Cyber Crime and Cyber Security
L
LINUX DO - 热门话题
G
GRAHAM CLULEY
S
Schneier on Security
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
S
SegmentFault 最新的问题
IT之家
IT之家
阮一峰的网络日志
阮一峰的网络日志
Recorded Future
Recorded Future
I
Intezer
云风的 BLOG
云风的 BLOG
博客园 - Franky
月光博客
月光博客
大猫的无限游戏
大猫的无限游戏
T
Tenable Blog
The Hacker News
The Hacker News
T
The Blog of Author Tim Ferriss
Attack and Defense Labs
Attack and Defense Labs
D
DataBreaches.Net
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
N
News and Events Feed by Topic
有赞技术团队
有赞技术团队
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
N
News and Events Feed by Topic
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
S
Secure Thoughts
The Register - Security
The Register - Security
B
Blog
Security Archives - TechRepublic
Security Archives - TechRepublic
The Cloudflare Blog
Webroot Blog
Webroot Blog
W
WeLiveSecurity
H
Heimdal Security Blog
博客园 - 三生石上(FineUI控件)
V
Vulnerabilities – Threatpost
G
Google Developers Blog
O
OpenAI News
V
V2EX
罗磊的独立博客
博客园_首页
N
News | PayPal Newsroom
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
TaoSecurity Blog
TaoSecurity Blog
Cloudbric
Cloudbric
H
Hacker News: Front Page
博客园 - 叶小钗
T
Tor Project blog
AI
AI

AUR Newest Packages

AUR (en) - xcute AUR (en) - wallrift AUR (en) - smolvm-git AUR (en) - smolvm-bin AUR (en) - smolvm AUR (en) - chess-cat-git AUR (en) - uac-launch-control-bin AUR (en) - openclaw AUR (en) - keyviz-zh-bin AUR (en) - runex-bin AUR (en) - sing-box-ref1nd-beta-bin AUR (en) - netscan-tui AUR (en) - koharu-appimage AUR (en) - pulsedb AUR (en) - android-cli AUR (en) - rudo-bin AUR (en) - marmalade-bin AUR (en) - clawx-appimage AUR (en) - echomusic-appimage AUR (en) - vermouth AUR (en) - mautrix-telegram-bin AUR (en) - ketesa AUR (en) - clawd-on-desk-bin AUR (en) - rebased-bin AUR (en) - oxideterm-bin AUR (en) - shed-sh AUR (en) - haus-bin AUR (en) - stably-orca-bin AUR (en) - reflection AUR (en) - emerald-legacy-launcher-git AUR (en) - kwim AUR (en) - pentest-ghostwriter AUR (en) - papagaia AUR (en) - outport-bin AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - python-fastapi-sso AUR (en) - zeed-bin AUR (en) - dwl-git-azerty AUR (en) - libspatialaudio-git AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-git AUR (en) - giff-git AUR (en) - budget-tracker-bin AUR (en) - budget-tracker AUR (en) - tasks-bin AUR (en) - ruri-git AUR (en) - gitmun-bin AUR (en) - python-cozempic AUR (en) - paintfe-bin AUR (en) - paintfe AUR (en) - drop-bin AUR (en) - tritium-launcher-bin AUR (en) - solidc-git AUR (en) - paseo-desktop-bin AUR (en) - dota2-minify-bin AUR (en) - yt-dvr AUR (en) - enneagram AUR (en) - excalidraw-desktop-bin AUR (en) - binaryobjectscanner-bin AUR (en) - openring-rs AUR (en) - openring-rs-bin AUR (en) - brave-origin-beta-bin AUR (en) - whisper.cpp-cuda-bin AUR (en) - libggml-cuda-bin AUR (en) - revdiff AUR (en) - tdesktop-nolimit AUR (en) - cert-checker AUR (en) - yaak-cli AUR (en) - yaak-cli-bin AUR (en) - deez-notes-bin AUR (en) - goosestation-libretro AUR (en) - whispers-cuda-bin AUR (en) - kei AUR (en) - foxguard AUR (en) - hyprlogin-git AUR (en) - kebiki AUR (en) - runex AUR (en) - ikuai-cli AUR (en) - whispers-bin AUR (en) - pipeweaver-app AUR (en) - pipeweaver AUR (en) - agentop-bin AUR (en) - cosmic-ext-connected-git AUR (en) - skwd-daemon AUR (en) - ter-music-cn AUR (en) - elio-bin AUR (en) - keyboard-chattering-fix-git AUR (en) - qtkeychain-qt5 AUR (en) - gesturecontrol AUR (en) - sharey AUR (en) - ouijit-bin AUR (en) - usque-bin AUR (en) - twig-bin AUR (en) - ascendara-bin
AUR (en) - python-copier
2026-06-24 · via AUR Newest Packages

Segaja commented on 2026-05-11 08:00 (UTC)

The testing issue was resolved in python-libvcs 0.41.0.

EagleNumberOne commented on 2026-05-06 21:21 (UTC)

For me this fixed it. Seems that libvcs from system-packages shadows gitconfig from pytest-gitconfig

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -63,7 +63,7 @@ check() {
   rm -rf test-env
   python -m venv --system-site-packages test-env
   test-env/bin/python -m installer "dist/copier-$pkgver-"*.whl
-  LC_ALL=C test-env/bin/python -m pytest -k 'not test_types and not test_commit_hooks_respected'
+  LC_ALL=C test-env/bin/python -m pytest -p no:libvcs -k 'not test_types and not test_commit_hooks_respected'
 }

 package() {

Segaja commented on 2026-04-13 09:41 (UTC)

>       gitconfig.set({"user.signinkey": "123456", "commit.gpgsign": "true"})
        ^^^^^^^^^^^^^
E       AttributeError: 'PosixPath' object has no attribute 'set'

tests/test_dirty_local.py:110: AttributeError


>       gitconfig.set({"user.signinkey": "123456", "commit.gpgsign": "true"})
        ^^^^^^^^^^^^^
E       AttributeError: 'PosixPath' object has no attribute 'set'

tests/test_dirty_local.py:251: AttributeError

R41zW4z commented on 2026-03-20 08:48 (UTC)

The cause for my comment was a recurring message from apdatifier that an update for python-copier is available. But the update failed again and again. Now with a fresh update it works without any more messages regarding python-copier.

SpotlightKid commented on 2026-03-19 15:13 (UTC) (edited on 2026-03-19 15:14 (UTC) by SpotlightKid)

@R41zW4z: What commands are you running to build the package and run the check function? python-questionary is already in depends and normally that should be enough for the packages listed there to be also available when check is run.

R41zW4z commented on 2026-03-19 09:56 (UTC)

"Build fails during check() because of missing dependency: ModuleNotFoundError: No module named 'questionary'. Adding python-questionary to checkdepends should fix this."

wang1zhen commented on 2026-01-14 03:59 (UTC)

python-copier failed to build

==> Starting check()...
ImportError while loading conftest '/home/wang1zhen/.cache/paru/clone/python-copier/src/copier/tests/conftest.py'.
tests/conftest.py:16: in <module>
    from pytest_gitconfig.plugin import DELETE, GitConfig
E   ModuleNotFoundError: No module named 'pytest_gitconfig'
==> ERROR: A failure occurred in check().
    Aborting...
error: failed to build 'python-copier-9.11.1-1': 

czrpb commented on 2025-05-16 13:24 (UTC)

cachyos: paru -Syu

checkdeps arent being loaded? what am i doing wrong?

==> Starting check()...
ImportError while loading conftest '/home/XXX/.cache/paru/clone/python-copier/src/copier/tests/conftest.py'.
tests/conftest.py:14: in <module>
    from pytest_gitconfig.plugin import DELETE, GitConfig
E   ModuleNotFoundError: No module named 'pytest_gitconfig'
==> ERROR: A failure occurred in check().
    Aborting...
error: failed to build 'python-copier-9.7.1-1':
error: packages failed to build: python-copier-9.7.1-1
checkdepends=(
  'python-pexpect'
  'python-poethepoet'
  'python-pytest'
  'python-pytest-cov'
  'python-pytest-gitconfig'
  'python-pytest-xdist'
)

SpotlightKid commented on 2024-11-06 14:42 (UTC)

The tests fail because of argument parser help output i18n. Building with LC_ALL=C makepkg makes the test pass.

The check function also fails when the package has already been built before and the src directory exists.

In summary, adding the following to check() fixes both issues:

check() {
  cd copier
  export LC_ALL=C
  rm -rf test-env
  ...
}

Adrian.Carver commented on 2024-01-24 01:07 (UTC) (edited on 2024-01-29 21:43 (UTC) by Adrian.Carver)

Crashes on tests and won't install.

The same goes for python-copier-templates-extensions.

SKIPPED [1] tests/test_prompt.py:544: TODO: fix this

XFAIL tests/test_updatediff.py::test_update_needs_more_context[True-1] - Not enough context lines to resolve the conflict.

XFAIL tests/test_updatediff.py::test_update_needs_more_context[True-2] - Not enough context lines to resolve the conflict.

XFAIL tests/test_updatediff.py::test_update_needs_more_context[False-1] - Not enough context lines to resolve the conflict.

XFAIL tests/test_updatediff.py::test_update_needs_more_context[False-2] - Not enough context lines to resolve the conflict.

FAILED tests/test_cli.py::test_help - AssertionError: assert 'copier copy [SWITCHES] template_src destination_path' in 'copier 9.1.1\n\nCreate a new project from a template.\n\nDocs in https://copier.readthedocs.io/\n\nWAR...

FAILED tests/test_cli.py::test_copy_help - AssertionError: assert 'copier copy [SWITCHES] template_src destination_path' in 'copier copy 9.1.1\n\nCopy from a template source to a destination.\n\nИспользование:\n copier copy ...

FAILED tests/test_cli.py::test_update_help - AssertionError: assert 'copier update [SWITCHES] [destination_path=.]' in 'copier update 9.1.1\n\nUpdate a subproject from its original template\n\nThe copy must have a valid answers f...

======================================================== 3 failed, 783 passed, 1 skipped, 4 xfailed, 6 warnings in 110.08s (0:01:50) ========================================================