Suggestions: - `nox -s "unit_tests(python_version='3.6')"` becomes `nox -s "unit(py='3.6')"` - `nox -s "system_tests(python_version='3.6')"` becomes `nox -s "system(py='3.6')"` This is not important, but should be able to do in a few minutes.
Suggestions:
nox -s "unit_tests(python_version='3.6')"becomesnox -s "unit(py='3.6')"nox -s "system_tests(python_version='3.6')"becomesnox -s "system(py='3.6')"This is not important, but should be able to do in a few minutes.