@@ -50,7 +50,7 @@ build-sync:
5050 - pip3 install --user pytest
5151 - rm -r objectbox # todo this is ugly; let's copy required files in a sub-folder instead?
5252 - pip3 install --user --force-reinstall dist/*.whl # Artifacts from the previous stage (downloaded by default)
53- - ${PYTHON} -m pytest
53+ - ${PYTHON} -m pytest -s
5454 variables :
5555 PYTHON : " python3"
5656
@@ -80,7 +80,7 @@ test:mac:x64:
8080 - python3 -m pip install pytest
8181 - rm -r objectbox # todo this is ugly; let's copy required files in a sub-folder instead?
8282 - pip3 install --force-reinstall dist/*.whl # Artifacts from the previous stage (downloaded by default)
83- - python -m pytest
83+ - python -m pytest -s
8484 tags : [mac, x64, shell, python3]
8585
8686test:windows:x64 :
@@ -97,7 +97,7 @@ test:windows:x64:
9797 - pip3 install --user pytest
9898 - rm -r objectbox # todo this is ugly; let's copy required files in a sub-folder instead?
9999 - pip3 install --user --force-reinstall dist/*.whl # Artifacts from build-sync
100- - ${PYTHON} -m pytest --runsync
100+ - ${PYTHON} -m pytest -s - -runsync
101101 variables :
102102 PYTHON : " python3"
103103
@@ -125,7 +125,7 @@ test-sync:mac:x64:
125125 - python3 -m pip install pytest
126126 - rm -r objectbox # todo this is ugly; let's copy required files in a sub-folder instead?
127127 - pip3 install --force-reinstall dist/*.whl # Artifacts from build-sync
128- - python -m pytest --runsync
128+ - python -m pytest -s - -runsync
129129 tags : [ mac, x64, shell, python3 ]
130130
131131test-sync:windows:x64 :
0 commit comments