aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2019-01-04 19:47:53 +0100
committerAnders Broman <a.broman58@gmail.com>2019-01-05 06:47:25 +0000
commit0a25bfe647e4a46d0bbb5948041295dcccbad3ba (patch)
tree8c5669d567e19b052d85f15cc1176adf8e9b5b6a /appveyor.yml
parent5dc1e77298263f13059542e41caa67e30696ca80 (diff)
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@gmail.com>
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 6e200f290f..d329051441 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -58,7 +58,7 @@ before_test:
- msbuild /m test-programs.vcxproj
test_script:
- - pytest -nauto
+ - pytest
on_finish:
- ps: |