This will make sure that when running |mach python-test --python 3| locally, we only run the tests that also run in CI with python 3 (and therefore pass presumably). MozReview-Commit-ID: 3OBr9yLSlSq
6 lines
72 B
INI
6 lines
72 B
INI
[DEFAULT]
|
|
subsuite=mozrelease
|
|
skip-if = python == 3
|
|
|
|
[test_versions.py]
|