File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
25
25
run : |
26
26
conda activate minimal
27
27
python -m pip install .
28
- pytest -svx
28
+ pytest -svvvx
29
29
- name : Fixture generation
30
30
shell : " bash -l {0}"
31
31
run : |
32
32
conda activate minimal
33
33
rm -rf fixture/
34
- pytest -svx zarr/tests/test_dim_separator.py zarr/tests/test_storage.py
34
+ pytest -svvvx zarr/tests/test_dim_separator.py zarr/tests/test_storage.py
35
35
# This simulates fixture-less tests in conda and debian packaging
Original file line number Diff line number Diff line change 48
48
conda activate zarr-env
49
49
mkdir ~/blob_emulator
50
50
azurite -l ~/blob_emulator --debug debug.log 2>&1 > stdouterr.log &
51
- pytest -sv --timeout=300
51
+ pytest -svvv --timeout=300
52
52
env :
53
53
ZARR_TEST_ABS : 1
54
54
- name : Conda info
You can’t perform that action at this time.
0 commit comments