You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ python3.13 test/run_all_tests.py
Patching sys.path to test local version. Testing Version: 3.5
Traceback (most recent call last):
File "/tmp/portage/dev-python/pyserial-3.5-r2/work/pyserial-3.5/test/run_all_tests.py", line 40, in <module>
testsuite = unittest.findTestCases(module)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/unittest/__init__.py", line 80, in __getattr__
raise AttributeError(f"module {__name__!r} has no attribute {name!r}")
AttributeError: module 'unittest' has no attribute 'findTestCases'
The text was updated successfully, but these errors were encountered:
arkamar
added a commit
to arkamar/pyserial
that referenced
this issue
Jun 7, 2024
With Python 3.13.0b1:
The text was updated successfully, but these errors were encountered: