python-pytest-benchmark is a required dependency for python-cuda and python-pydantic
This is simply not true. python-pytest-benchmark is not a runtime dependency for any of these packages. If you are installing pre-built packages from the official repos, you shouldn't require python-pytest-benchmark at all. Even if you are building locally, you can remove the package after the build has finished (makepkg -sr). Or just build in a clean chroot.
Having said all this, I agree that it would be a good solution if the PKGBUILD could just explicitly disable the benchmarks so people can stop complaining about this.
Pinned Comments
medaminezghal commented on 2026-05-15 22:58 (UTC)
@everyone I’m working towards making this package automatically updated by GitHub CI, this is my repository used to maintain my packages. Every package before it’s updated should be successfully builded in clean environment (ensured by CI). So if you encounter any errors, just clean the cache and try again. Everyone is welcomed to help improve packaging by making issue or improve the CI by pull request (I’m new to CI, in fact I wrote it using AI, I think it still need improvement, I would be happy if anyone put his experience to help improve the CI).