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 a test that has not been used since it was committed #3324

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pradyunsg
Copy link

Type of changes

  • Bug fix
  • New feature
  • Documentation / docstrings
  • Tests
  • Other

Checklist

  • I've run the latest black with default args on new code.
  • I've updated CHANGELOG.md and CONTRIBUTORS.md where appropriate.
  • I've added tests for new code.
  • I accept that @willmcgugan may be pedantic in the code review.

Description

See commit messages. This PR will be easiest to review commit-by-commit.

This test has been dead code since its introduction and does not get
executed by pytest due to starting with `text` rather than `test`. The
underlying data for this test is also non-trivial to update and
dependent on the specific Python version.

Since this is already dead code and is non-trivial to update, removing
this test more clearly reflects what happens with this dead code in
tests and prevents potential confusion due to its presence.
This is unused and thus can be removed.
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

1 participant