Search Criteria
Package Details: python-pytest-subprocess 1.5.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pytest-subprocess.git (read-only, click to copy) |
---|---|
Package Base: | python-pytest-subprocess |
Description: | Pytest plugin to fake subprocess |
Upstream URL: | https://github.com/aklajnert/pytest-subprocess |
Licenses: | MIT |
Submitter: | bcb |
Maintainer: | bcb |
Last Packager: | bcb |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-06-10 11:33 (UTC) |
Last Updated: | 2024-07-24 12:39 (UTC) |
Dependencies (10)
- python-pytest
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-anyio (check)
- python-docutils (check)
- python-pygments (check)
- python-pytest-asyncio (check)
- python-pytest-rerunfailures (check)
Latest Comments
gesh commented on 2024-07-02 15:08 (UTC)
I also needed PR117 in order for the tests to succeed, and needed to remove the
site_packages
code incheck()
. I ended up also just pulling the repo state when PR142 was merged instead of cherry-picking the necessary commits -- the resulting state is clearer that way IMO. A patch fixing the above issues:bloeher commented on 2024-04-11 05:20 (UTC)
I'm getting the same error as well.
evamvid commented on 2024-04-10 07:39 (UTC)
Hi, I get the same error as @A_Bart even with the patch applied -- pluggy.PluggyTeardownRaisedWarning and DeprecationWarning on tests/test_asyncio.py. I can put the full output in a pastebin if it's helpful.
bcb commented on 2024-03-31 16:42 (UTC)
@A_Bart - sorry for the delay. This has been fixed upstream but the fix is not yet in a release. I have pushed a new -2 package which applies the patch from the pull request so the tests pass for me now.
A_Bart commented on 2024-01-30 08:14 (UTC)
Hello, the package fails to build, the error is in the check step, the test that fails is
tests/test_asyncio.py
, due to numerousDeprecationWarning
andpluggy.PluggyTeardownRaisedWarning