Search Criteria
Package Details: python2-pytest 4.6.11-2
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.001003 |
First Submitted: | 2022-06-07 12:43 (UTC) |
Last Updated: | 2022-12-19 03:39 (UTC) |
Dependencies (12)
- python2-atomicwritesAUR
- python2-attrsAUR
- python2-funcsigsAUR
- python2-importlib-metadataAUR
- python2-more-itertoolsAUR
- python2-packagingAUR
- python2-pathlib2AUR
- python2-pluggyAUR
- python2-pyAUR
- python2-setuptoolsAUR
- python2-wcwidthAUR
- python2-setuptools-scmAUR (make)
Required by (36)
- 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-filelock (check)
- python2-flaky (check)
- python2-freezegun (check)
- python2-graphviz (check)
- python2-html5lib (check)
- python2-incremental (check)
- python2-lazr-uri (check)
- python2-pip (check)
- python2-pytest-arraydiff
- python2-pytest-cov
- python2-pytest-expect
- python2-pytest-freezegun
- Show 16 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
pytest2
andpy.test2
entry 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 pytest
to run it.