pyfilesystem2 icon indicating copy to clipboard operation
pyfilesystem2 copied to clipboard

Replace TestCase method aliases removed in Python 3.12

Open hrnciar opened this issue 2 years ago • 0 comments

Type of changes

  • Bug fix

Checklist

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

Description

TestCase method aliases removed in Python 3.12 were replaced and now work with all Python versions.

hrnciar avatar Mar 24 '23 11:03 hrnciar