Skip to content
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

Drop contexter from test requirements #426

Merged
merged 1 commit into from May 23, 2021

Conversation

cjolowicz
Copy link
Collaborator

@cjolowicz cjolowicz commented May 23, 2021

The contexter package is a third-party backport of contextlib (with some
extensions). It is no longer required because Nox does not support Python 2
anymore, and we only ever used the standard ExitStack interface.

The contexter package was used only in the test suite.

Supercedes #421

The contexter package is a third-party backport of contextlib (with some
extensions). It is no longer required because Nox does not support Python 2
anymore, and we only ever used the standard ExitStack interface.

The contexter package was used only in the test suite.
@cjolowicz
Copy link
Collaborator Author

thanks @theacodes :)

@cjolowicz cjolowicz merged commit a6539a7 into wntrblm:main May 23, 2021
@cjolowicz cjolowicz deleted the drop-contexter branch May 23, 2021 18:56
@cjolowicz cjolowicz mentioned this pull request Jun 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants