mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
f5f9b0b768
In the `python-test` mach command and the mozharness script for the Marionette harness tests, use the vendored-in Pytest instead of installing from pip. Add the Marionette harness test requirements file to the file_patterns in the definition of the marionette-harness taskcluster job, as changes to the requirements should trigger the job to run. MozReview-Commit-ID: J5pln2WB4GY --HG-- extra : rebase_source : 5144ccfabb84eb0da244b24f6d27b59ae183c174
14 lines
398 B
Plaintext
14 lines
398 B
Plaintext
-r mozbase_requirements.txt
|
|
|
|
# TODO - if we structure common.tests.zip to match the in-tree structure of the
|
|
# testing directory, we could use ./marionette_requirements.txt instead
|
|
../web-platform/tests/tools/wptserve
|
|
../marionette/client
|
|
../marionette/harness/marionette/runner/mixins/browsermob-proxy-py
|
|
../marionette/harness
|
|
|
|
# pytest
|
|
../../python/py
|
|
../../python/pytest
|
|
../../python/mock-1.0.0
|