vcrpy: Tests failing with Werkzeug >=2.1.0 / remove all use of pytest-httpbin (and httpbin.org) from test suite?
I’m trying to package your module as an rpm package. So I’m using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
python3 -sBm build -w --no-isolation- because I’m calling
buildwith--no-isolationI’m using during all processes only locally installed modules - install .whl file in </install/prefix>
- run pytest with PYTHONPATH pointing to sitearch and sitelib inside </install/prefix>
About this issue
- Original URL
- State: open
- Created 2 years ago
- Comments: 29 (3 by maintainers)
@kloczek regarding Werkzeug please see the discussion above and https://github.com/gentoo/gentoo/blob/5ca1af4f70b22a042102c08858746e174376725a/dev-python/vcrpy/vcrpy-5.0.0.ebuild#L43-L49C3 .
I’m not criticising anything or trying to connect this case to use 'python -m foo`. I’m only informing you that pytest generally should be used not that way how you are using it. Only this and nothing more 😋