Skip to content

Commit a27e69e

Browse files
dont pollute the freshly cleaned environment
1 parent 317b70e commit a27e69e

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -70,43 +70,6 @@ jobs:
7070
- name: Find and remove old buckets
7171
if: ${{ env.B2_TEST_APPLICATION_KEY != '' && env.B2_TEST_APPLICATION_KEY_ID != '' }} # TODO: skip this whole job instead
7272
run: nox -vs cleanup_old_buckets
73-
test:
74-
needs: cleanup_buckets
75-
env:
76-
B2_TEST_APPLICATION_KEY: ${{ secrets.B2_TEST_APPLICATION_KEY }}
77-
B2_TEST_APPLICATION_KEY_ID: ${{ secrets.B2_TEST_APPLICATION_KEY_ID }}
78-
runs-on: ${{ matrix.os }}
79-
strategy:
80-
fail-fast: false
81-
matrix:
82-
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
83-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11.0-beta.1", "pypy-3.7", "pypy-3.8"]
84-
exclude:
85-
- os: "macos-latest"
86-
python-version: "pypy-3.7"
87-
- os: "ubuntu-latest"
88-
python-version: "pypy-3.7"
89-
- os: "macos-latest"
90-
python-version: "pypy-3.8"
91-
- os: "windows-latest"
92-
python-version: "pypy-3.8"
93-
steps:
94-
- uses: actions/checkout@v2
95-
with:
96-
fetch-depth: 0
97-
- name: Set up Python ${{ matrix.python-version }}
98-
uses: actions/setup-python@v2
99-
with:
100-
python-version: ${{ matrix.python-version }}
101-
- name: Install dependencies
102-
run: python -m pip install --upgrade nox pip setuptools
103-
- name: Run unit tests
104-
run: nox -vs unit
105-
env:
106-
SKIP_COVERAGE: ${{ startsWith(matrix.python-version, env.SKIP_COVERAGE_PYTHON_VERSION_PREFIX) }}
107-
- name: Run integration tests
108-
if: ${{ env.B2_TEST_APPLICATION_KEY != '' && env.B2_TEST_APPLICATION_KEY_ID != '' }}
109-
run: nox -vs integration -- --dont-cleanup-old-buckets
11073
doc:
11174
needs: build
11275
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)