URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0a25bfe647e4a46d0bbb5948041295dcccbad3ba
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
0a25bfe by Peter Wu (peter@xxxxxxxxxxxxx):
test: enable parallelism by default for pytest
Consistent with tools like "ninja", enable parallelism by default. It
can be disabled again with `pytest -n0`.
This makes pytest-xdist a dependency when pytest is used as test runner.
This does not affect the unittest-based test runnet (test/test.py).
Change-Id: I4dc905f097c57a869aa39487b15361502b431616
Reviewed-on: https://code.wireshark.org/review/31371
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 5dc1e77 pytest.ini: declare minimum version requirement
add 0a25bfe test: enable parallelism by default for pytest
Summary of changes:
.travis.yml | 2 +-
appveyor.yml | 2 +-
pytest.ini | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)