Search Criteria
Package Details: python2-pytest 4.6.11-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python2-pytest.git (read-only, click to copy) |
|---|---|
| Package Base: | python2-pytest |
| Description: | Simple powerful testing with Python |
| Upstream URL: | https://pytest.org/ |
| Licenses: | MIT |
| Submitter: | MarsSeed |
| Maintainer: | hexd |
| Last Packager: | hexd |
| Votes: | 5 |
| Popularity: | 0.000001 |
| First Submitted: | 2022-06-07 12:43 (UTC) |
| Last Updated: | 2025-04-18 21:12 (UTC) |
Dependencies (11)
Required by (31)
- python2-automat (check)
- python2-bcrypt (check)
- python2-cachecontrol (optional)
- python2-chardet (check)
- python2-click-plugins (check)
- python2-dateutil (check)
- python2-distro (check)
- python2-easyprocess (check)
- python2-flaky (check)
- python2-graphviz (check)
- python2-html5lib (check)
- python2-incremental (check)
- python2-lazr-uri (check)
- python2-pip (check)
- python2-pytest-arraydiff
- python2-pytest-expect
- python2-pytest-mock
- python2-pytest-rerunfailures
- python2-pytest-rerunfailures (check)
- python2-pytest-runner
- Show 11 more...
Latest Comments
Score_Under commented on 2022-11-15 16:57 (UTC)
Seems to require python2-packaging; when invoking it I get:
and
semeion commented on 2022-06-14 06:28 (UTC)
Okay guys! Thanks! :D
MarsSeed commented on 2022-06-13 18:50 (UTC) (edited on 2022-06-13 18:50 (UTC) by MarsSeed)
Hi @semeion,
My recommendation is also to use yay:
After that, you can just use it the same way you would use
pacman, it will install packages from AUR with all necessary dependencies:hexd commented on 2022-06-13 18:36 (UTC)
@semeion, you can use an AUR helper like
yay, that's also a way to keep these packages upgraded. There are the indirect dependencies as well, so these are not just 11. But you can also install all of them manually withmakepkg, if you wish (of if something goes wrong and you need to tweak thePKGBUILD).Due to a small change in python2-pathlib2, now the
pytest2andpy.test2entry points are working, as well.semeion commented on 2022-06-13 14:47 (UTC)
How to install it? I need manually install each dependenc using AUR? Seriously? 11 depends? LOL
hexd commented on 2022-06-12 22:52 (UTC)
Restored! I've just published all dependencies of pytest (for Python 2) here in AUR. Use
python2 -m pytestto run it.