This pull request adds support for Python 3.6 and up. This means that cleantest should be to run on Bionic Beaver, the oldest supported LTS version of Ubuntu (not considering extended support maintenance).
Changes:
Remove dataclass
Use Union instead of |
Remove from __future__ import annotations from Python files.
Fixed issues with parallel tests not working when running with less threads than instances that need to be tested.
This pull request adds support for Python 3.6 and up. This means that cleantest should be to run on Bionic Beaver, the oldest supported LTS version of Ubuntu (not considering extended support maintenance).
Changes:
dataclass
Union
instead of|
from __future__ import annotations
from Python files.Related issues:
Closes #16