-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pytest-4.6.0 (and beyond) does not work in metabot's tox config #53
Comments
I'm not 100% sure why, but it appears to be related to pytest-dev/pytest#5063: Changing __import__('pkg_resources').declare_namespace(__name__) to: __path__ = __import__('pkgutil').extend_path(__path__, __name__) (as described in https://packaging.python.org/guides/packaging-namespace-packages/), then removing Doing this for real will have to be coordinated with metabot.calendars.google and manually tested to verify it won't mess up any existing installs during |
I do not know exactly what this does. But it seems to be important to make pytest work in tox (see #53). A followup to nmlorg/metabot.calendars.google will do the same.
... wait, really? <shrug>
|
Note that pytest-4.6.2 does work in metabot's Cirrus CL config:
however changing tox.ini to more closely mimic .cirrus.yml appears to have no effect.
The text was updated successfully, but these errors were encountered: