You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2023. It is now read-only.
Install a patched version of pytest on CircleCI (#477)
Summary:
Pull Request resolved: #477
As titled. Currently pytest's `import-mode=importlib` option does not add the test file to `sys.module`, which can break some of the use cases. While [the community has came up with a fix](pytest-dev/pytest#7870), it's not yet clear when the particular PR will be merged and added to the latest pytest. So in the meanwhile, we could download and use the patched version by directly from the PR so we are not blocked.
Reviewed By: ericlippert
Differential Revision: D25480894
fbshipit-source-id: 5eddce784a247f68ebcaa5ae85065220f65d847a
0 commit comments