fune/taskcluster/taskgraph/test/python.ini
Andrew Halberstadt 9435736ade Bug 1471620 - Skip python-tests locally that don't run with python 3 in CI r=davehunt
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

--HG--
extra : rebase_source : 456340d0ecdddf1078f2b5b4ebb1eddf3813b26a
2018-06-27 11:10:02 -04:00

27 lines
572 B
INI

[DEFAULT]
subsuite = taskgraph
skip-if = python == 3
[test_create.py]
[test_cron_util.py]
[test_decision.py]
[test_files_changed.py]
[test_generator.py]
[test_graph.py]
[test_morph.py]
[test_optimize.py]
[test_parameters.py]
[test_target_tasks.py]
[test_taskgraph.py]
[test_transforms_base.py]
[test_try_option_syntax.py]
[test_util_attributes.py]
[test_util_docker.py]
[test_util_parameterization.py]
[test_util_python_path.py]
[test_util_runnable_jobs.py]
[test_util_schema.py]
[test_util_templates.py]
[test_util_time.py]
[test_util_treeherder.py]
[test_util_yaml.py]