File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 75
75
run : |
76
76
# Skip ABS on 3.9, see https://github.com/zarr-developers/zarr-python/pull/1542/#issuecomment-1945557365 etc.
77
77
if [[ "${{ matrix.python-version }}" == '3.9' ]]; then
78
- echo "ZARR_TEST_ABS=0" >> "$GITHUB_ENV"
79
- else
80
- echo "ZARR_TEST_ABS=1" >> "$GITHUB_ENV"
78
+ export PYTEST_ADDOPTS="-k 'not test_s3'"
81
79
fi
82
80
conda activate zarr-env
83
81
mkdir ~/blob_emulator
Original file line number Diff line number Diff line change 47
47
run : |
48
48
# Skip ABS on 3.9, see https://github.com/zarr-developers/zarr-python/pull/1542/#issuecomment-1945557365 etc.
49
49
if [[ "${{ matrix.python-version }}" == '3.9' ]]; then
50
- echo "ZARR_TEST_ABS=0" >> "$GITHUB_ENV"
51
- else
52
- echo "ZARR_TEST_ABS=1" >> "$GITHUB_ENV"
50
+ export PYTEST_ADDOPTS="-k 'not test_s3'"
53
51
fi
54
52
conda activate zarr-env
55
53
mkdir ~/blob_emulator
You can’t perform that action at this time.
0 commit comments