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

Update tests for 1.9.2 #531

Merged
merged 8 commits into from
Sep 18, 2023
Merged

Update tests for 1.9.2 #531

merged 8 commits into from
Sep 18, 2023

Conversation

thiell
Copy link
Collaborator

@thiell thiell commented Sep 17, 2023

  • Python 2 testing is not supported – disabling
  • Enable Python 3.10 - 3.11 testing via nose-py3
  • Misc improvements

The support for python 2.7 was removed on June 19.
Related issue: actions/setup-python#672
@thiell thiell self-assigned this Sep 17, 2023
@thiell thiell added this to the 1.9.2 milestone Sep 17, 2023
@thiell thiell added the Tests label Sep 17, 2023
Use tempfile.TemporaryDirectory() to manage temporary directories in
tests. This will help with testing on Python 3.10+.

Also misc. cleaning and improvements with temporary files to avoid
false negatives and reduce warnings.
tests/NodeSetTest.py:2033:4: E0102: method already defined line 2028 (function-redefined)
tests/NodeSetTest.py:2033:4: E0102: method already defined line 2028 (function-redefined)

And get rid of usleep which is not available anymore.
@thiell thiell added this pull request to the merge queue Sep 18, 2023
Merged via the queue into cea-hpc:master with commit b577afb Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant