Skip to content

Commit f70f30c

Browse files
committed
rename to mocks3
1 parent 8272cb4 commit f70f30c

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,12 @@ jobs:
126126
envs: |
127127
- linux: compatibility
128128
129-
s3:
129+
mocks3:
130130
needs: [core]
131131
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
132132
with:
133133
submodules: false
134134
# Any env name which does not start with `pyXY` will use this Python version.
135135
default_python: '3.11'
136136
envs: |
137-
- linux: s3
137+
- linux: mocks3

tox.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
env_list =
33
compatibility
4-
s3
4+
mocks3
55
coverage
66
py{39,310,311,312,313}{,-compatibility,-coverage,-jsonschema}{,-devdeps}{,-parallel}{,-pytestdev}
77
asdf{-standard,-transform-schemas,-unit-schemas,-wcs-schemas,-coordinates-schemas,-astropy,-zarr,-compression}
@@ -26,10 +26,10 @@ deps =
2626
oldestdeps: minimum_dependencies
2727
parallel: pytest-xdist
2828
pytestdev: git+https://github.com/pytest-dev/pytest
29-
s3: moto[s3,server]
30-
s3: boto
31-
s3: fsspec
32-
s3: s3fs
29+
mocks3: moto[s3,server]
30+
mocks3: boto
31+
mocks3: fsspec
32+
mocks3: s3fs
3333
extras = all,tests
3434
# astropy will complain if the home directory is missing
3535
pass_env = HOME
@@ -50,7 +50,7 @@ commands =
5050
coverage: coverage run --source=asdf --rcfile={tox_root}/pyproject.toml -m \
5151
pytest \
5252
compatibility: integration_tests/compatibility/ \
53-
s3: integration_tests/s3/ \
53+
mocks3: integration_tests/mocks3/ \
5454
--remote-data \
5555
--durations=10 \
5656
jsonschema: --jsonschema \

0 commit comments

Comments
 (0)