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

Limit reliance on manage.py and nose #54

Merged
merged 8 commits into from
Feb 19, 2024

Conversation

jaraco
Copy link
Collaborator

@jaraco jaraco commented Feb 19, 2024

  • Remove reliance on manage.py in tox execution.
  • Switch from nosetests to pytest for the test runner.
  • Convert nose imports to use the form expected by nose2pytest
  • Ran nose2pytest
  • Manually converted assert_raises and removed unused imports.
  • Replace init with setup_method
  • Remove deprecated U mode and then rely on default parameter.
  • Fix ResourceWarnings in tests.

Closes #52 and enables testing on newer Pythons.

@jaraco
Copy link
Collaborator Author

jaraco commented Feb 19, 2024

Tests are failing on Windows, but that's outside the scope of this issue.

@jaraco jaraco merged commit 67eef3a into reubano:master Feb 19, 2024
10 of 15 checks passed
@jaraco jaraco deleted the bugfix/52-deprecations branch February 19, 2024 08:47
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.

Deprecation warnings in Python 3.8
1 participant