Skip to content

Commit fe57906

Browse files
add env vars to tests
1 parent 37fbaa9 commit fe57906

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/run_single_test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,10 @@ jobs:
6868
python -m uv pip install ".[development,aio,secure-local-storage,pandas]"
6969
7070
- name: Run pytest
71+
env:
72+
PYTHON_VERSION: ${{ matrix.python-version }}
73+
cloud_provider: ${{ matrix.cloud-provider }}
74+
PYTEST_ADDOPTS: --color=yes --tb=short
75+
TOX_PARALLEL_NO_SPINNER: 1
7176
run: |
7277
pytest test/integ/aio_it/test_put_get_with_aws_token_async.py test/integ/aio_it/test_large_put_async.py::test_put_copy_large_files -vv -n auto

0 commit comments

Comments
 (0)