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 build with --no-isolation I’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)

Most upvoted comments

don’t see how your criticism of python -m applies to our case.

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 😋