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

Current test framework constrains Python to < 3.10 #131

Open
ajnelson-nist opened this issue Sep 1, 2023 · 0 comments
Open

Current test framework constrains Python to < 3.10 #131

ajnelson-nist opened this issue Sep 1, 2023 · 0 comments

Comments

@ajnelson-nist
Copy link
Contributor

#130 tried to expand the Python testing to 3.11. However, nose, which appears to not have been maintained for some time, references a class in the python stdlib that is no longer present (or aliased), causing testing to fail. 130 includes references on the particular class.

It appears the tests should switch to another framework in order to run on Python versions later than 3.9.

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

No branches or pull requests

1 participant