Skip to content

Fix deprecations related to unittest usage #141

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

Merged
merged 4 commits into from
Nov 25, 2020

Conversation

spire-allyjweir
Copy link
Contributor

The custom test runner is not configured to include warnings the its
output. While this is a configurable options on Python 3.2+, given this
codebase is 2.7-compatible, I have not updated the configuration.

These were detected by running the test suite via
python -m unittest discover under Python 3.8 rather than
poetry run tests which uses the custom test runner.

The custom test runner is not configured to include warnings the its
output. While this is a configurable options on Python 3.2+, given this
codebase is 2.7-compatible, I have not updated the configuration.

These were detected by running the test suite via
`python -m unittest discover` under Python 3.8 rather than
`poetry run tests` which uses the custom test runner.
@spire-allyjweir spire-allyjweir requested a review from a team November 22, 2020 12:57
Copy link
Contributor

@MikeGoldsmith MikeGoldsmith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good - just a couple of linting errors came through. Inline suggestions should fix them 👍

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Copy link
Contributor

@MikeGoldsmith MikeGoldsmith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed linting errors - all checks pass now.

@MikeGoldsmith
Copy link
Contributor

All good now, thanks @spire-allyjweir 👍

@MikeGoldsmith MikeGoldsmith merged commit c0866a5 into honeycombio:main Nov 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants