@@ -50,30 +50,30 @@ jobs:
5050 run : python -m pip install --upgrade nox pdm
5151 - name : Build the distribution
5252 run : nox -vs build
53- cleanup_buckets :
54- timeout-minutes : 30
55- needs : lint
56- env :
57- B2_TEST_APPLICATION_KEY : ${{ secrets.B2_TEST_APPLICATION_KEY }}
58- B2_TEST_APPLICATION_KEY_ID : ${{ secrets.B2_TEST_APPLICATION_KEY_ID }}
59- runs-on : ubuntu-latest
60- steps :
61- - uses : actions/checkout@v4
62- if : ${{ env.B2_TEST_APPLICATION_KEY != '' && env.B2_TEST_APPLICATION_KEY_ID != '' }} # TODO: skip this whole job instead
63- with :
64- fetch-depth : 0
65- - name : Set up Python ${{ env.PYTHON_DEFAULT_VERSION }}
66- if : ${{ env.B2_TEST_APPLICATION_KEY != '' && env.B2_TEST_APPLICATION_KEY_ID != '' }} # TODO: skip this whole job instead
67- uses : actions/setup-python@v5
68- with :
69- python-version : ${{ env.PYTHON_DEFAULT_VERSION }}
70- cache : " pip"
71- - name : Install dependencies
72- if : ${{ env.B2_TEST_APPLICATION_KEY != '' && env.B2_TEST_APPLICATION_KEY_ID != '' }} # TODO: skip this whole job instead
73- run : python -m pip install --upgrade nox pdm
74- - name : Find and remove old buckets
75- if : ${{ env.B2_TEST_APPLICATION_KEY != '' && env.B2_TEST_APPLICATION_KEY_ID != '' }} # TODO: skip this whole job instead
76- run : nox -vs cleanup_buckets
53+ # cleanup_buckets:
54+ # timeout-minutes: 30
55+ # needs: lint
56+ # env:
57+ # B2_TEST_APPLICATION_KEY: ${{ secrets.B2_TEST_APPLICATION_KEY }}
58+ # B2_TEST_APPLICATION_KEY_ID: ${{ secrets.B2_TEST_APPLICATION_KEY_ID }}
59+ # runs-on: ubuntu-latest
60+ # steps:
61+ # - uses: actions/checkout@v4
62+ # if: ${{ env.B2_TEST_APPLICATION_KEY != '' && env.B2_TEST_APPLICATION_KEY_ID != '' }} # TODO: skip this whole job instead
63+ # with:
64+ # fetch-depth: 0
65+ # - name: Set up Python ${{ env.PYTHON_DEFAULT_VERSION }}
66+ # if: ${{ env.B2_TEST_APPLICATION_KEY != '' && env.B2_TEST_APPLICATION_KEY_ID != '' }} # TODO: skip this whole job instead
67+ # uses: actions/setup-python@v5
68+ # with:
69+ # python-version: ${{ env.PYTHON_DEFAULT_VERSION }}
70+ # cache: "pip"
71+ # - name: Install dependencies
72+ # if: ${{ env.B2_TEST_APPLICATION_KEY != '' && env.B2_TEST_APPLICATION_KEY_ID != '' }} # TODO: skip this whole job instead
73+ # run: python -m pip install --upgrade nox pdm
74+ # - name: Find and remove old buckets
75+ # if: ${{ env.B2_TEST_APPLICATION_KEY != '' && env.B2_TEST_APPLICATION_KEY_ID != '' }} # TODO: skip this whole job instead
76+ # run: nox -vs cleanup_buckets
7777 test :
7878 timeout-minutes : 90
7979 needs : cleanup_buckets
@@ -123,8 +123,8 @@ jobs:
123123 brew install fish
124124 - name : Install dependencies
125125 run : python -m pip install --upgrade nox pdm
126- - name : Run unit tests
127- run : nox -vs unit -p ${{ matrix.python-version }}
126+ # - name: Run unit tests
127+ # run: nox -vs unit -p ${{ matrix.python-version }}
128128 - name : Run integration tests (without secrets)
129129 run : nox -vs integration -p ${{ matrix.python-version }} -- -m "not require_secrets"
130130 - name : Run integration tests (with secrets)
0 commit comments