Search Criteria
Package Details: python-pytest-flakefinder 1.1.0-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pytest-flakefinder.git (read-only, click to copy) |
---|---|
Package Base: | python-pytest-flakefinder |
Description: | Runs tests multiple times to expose flakiness. |
Upstream URL: | https://github.com/dropbox/pytest-flakefinder |
Licenses: | Apache-2.0 |
Submitter: | medaminezghal |
Maintainer: | medaminezghal |
Last Packager: | medaminezghal |
Votes: | 2 |
Popularity: | 0.59 |
First Submitted: | 2025-02-04 16:06 (UTC) |
Last Updated: | 2025-06-24 10:40 (UTC) |
Dependencies (7)
- python (python37AUR)
- python-pytest
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
Required by (1)
- python-mcp (check)
Latest Comments
lightdot commented on 2025-06-24 19:00 (UTC)
Sure, no apologies needed whatsoever. Thanks for maintaining this!
medaminezghal commented on 2025-06-24 10:41 (UTC)
Sorry, I've fixed the problem.
lightdot commented on 2025-06-24 10:24 (UTC)
The package was recently updated but is still missing python-build and python-installer from makedepends.
@medaminezghal, is there a reason for not adding these? The build fails in a clean chroot without them.
gwuensch commented on 2025-06-12 18:30 (UTC)
The PKGBUILD is missing
python-build
andpython-installer
asmakedepends
. It would be great if you could add them. Thanks!