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

Remove unused future dependency #61

Merged
merged 2 commits into from
Nov 4, 2024

Conversation

musicinmybrain
Copy link
Contributor

(not to be confused with from __future__ import …)

future will not be buildable, installable and usable with Python 3.13, which removes lib2to3 and 2to3.

(not to be confused with `from __future__ import …`)
@uniqueg
Copy link
Collaborator

uniqueg commented May 18, 2024

Test fails likely because of this.

@musicinmybrain
Copy link
Contributor Author

Perhaps it would be better to migrate https://github.com/ohsu-comp-bio/py-tes/blob/master/.github/workflows/tests.yml to use pytest instead? As you are seeing, nose has not been maintained for something like eight years, and it is no longer compatible with current Python versions.

@lbeckman314 lbeckman314 merged commit 42edcce into ohsu-comp-bio:master Nov 4, 2024
6 checks passed
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.

3 participants