From 555097057db9aa2cb104a5073c7a20bc80a51042 Mon Sep 17 00:00:00 2001 From: Ivana Kellyerova Date: Mon, 29 Apr 2024 16:15:47 +0200 Subject: [PATCH 1/7] trying something --- .github/workflows/test-integrations-aws-lambda.yml | 2 +- .github/workflows/test-integrations-cloud-computing.yml | 4 ++-- .github/workflows/test-integrations-common.yml | 2 +- .github/workflows/test-integrations-data-processing.yml | 4 ++-- .github/workflows/test-integrations-databases.yml | 4 ++-- .github/workflows/test-integrations-graphql.yml | 4 ++-- .github/workflows/test-integrations-miscellaneous.yml | 4 ++-- .github/workflows/test-integrations-networking.yml | 4 ++-- .github/workflows/test-integrations-web-frameworks-1.yml | 4 ++-- .github/workflows/test-integrations-web-frameworks-2.yml | 4 ++-- scripts/split-tox-gh-actions/templates/test_group.jinja | 2 +- 11 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/test-integrations-aws-lambda.yml b/.github/workflows/test-integrations-aws-lambda.yml index 773f41247b..c966eaaf5d 100644 --- a/.github/workflows/test-integrations-aws-lambda.yml +++ b/.github/workflows/test-integrations-aws-lambda.yml @@ -73,7 +73,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage tox + pip install coverage tox==4.14.2 - name: Erase coverage run: | coverage erase diff --git a/.github/workflows/test-integrations-cloud-computing.yml b/.github/workflows/test-integrations-cloud-computing.yml index 049b37d211..70ccfd3179 100644 --- a/.github/workflows/test-integrations-cloud-computing.yml +++ b/.github/workflows/test-integrations-cloud-computing.yml @@ -38,7 +38,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage tox + pip install coverage tox==4.14.2 - name: Erase coverage run: | coverage erase @@ -86,7 +86,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage tox + pip install coverage tox==4.14.2 - name: Erase coverage run: | coverage erase diff --git a/.github/workflows/test-integrations-common.yml b/.github/workflows/test-integrations-common.yml index c046190e1e..b28e4b85e2 100644 --- a/.github/workflows/test-integrations-common.yml +++ b/.github/workflows/test-integrations-common.yml @@ -38,7 +38,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage tox + pip install coverage tox==4.14.2 - name: Erase coverage run: | coverage erase diff --git a/.github/workflows/test-integrations-data-processing.yml b/.github/workflows/test-integrations-data-processing.yml index ebcd89efea..0e64ad40ab 100644 --- a/.github/workflows/test-integrations-data-processing.yml +++ b/.github/workflows/test-integrations-data-processing.yml @@ -38,7 +38,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage tox + pip install coverage tox==4.14.2 - name: Erase coverage run: | coverage erase @@ -94,7 +94,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage tox + pip install coverage tox==4.14.2 - name: Erase coverage run: | coverage erase diff --git a/.github/workflows/test-integrations-databases.yml b/.github/workflows/test-integrations-databases.yml index 50d02b72f7..faa291056c 100644 --- a/.github/workflows/test-integrations-databases.yml +++ b/.github/workflows/test-integrations-databases.yml @@ -57,7 +57,7 @@ jobs: - uses: getsentry/action-clickhouse-in-ci@v1 - name: Setup Test Env run: | - pip install coverage tox + pip install coverage tox==4.14.2 - name: Erase coverage run: | coverage erase @@ -132,7 +132,7 @@ jobs: - uses: getsentry/action-clickhouse-in-ci@v1 - name: Setup Test Env run: | - pip install coverage tox + pip install coverage tox==4.14.2 - name: Erase coverage run: | coverage erase diff --git a/.github/workflows/test-integrations-graphql.yml b/.github/workflows/test-integrations-graphql.yml index 2a00071382..154c942ef5 100644 --- a/.github/workflows/test-integrations-graphql.yml +++ b/.github/workflows/test-integrations-graphql.yml @@ -38,7 +38,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage tox + pip install coverage tox==4.14.2 - name: Erase coverage run: | coverage erase @@ -86,7 +86,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage tox + pip install coverage tox==4.14.2 - name: Erase coverage run: | coverage erase diff --git a/.github/workflows/test-integrations-miscellaneous.yml b/.github/workflows/test-integrations-miscellaneous.yml index b8c8e0a3a0..484e361f0f 100644 --- a/.github/workflows/test-integrations-miscellaneous.yml +++ b/.github/workflows/test-integrations-miscellaneous.yml @@ -38,7 +38,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage tox + pip install coverage tox==4.14.2 - name: Erase coverage run: | coverage erase @@ -86,7 +86,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage tox + pip install coverage tox==4.14.2 - name: Erase coverage run: | coverage erase diff --git a/.github/workflows/test-integrations-networking.yml b/.github/workflows/test-integrations-networking.yml index 18dfd72c34..f2075871b5 100644 --- a/.github/workflows/test-integrations-networking.yml +++ b/.github/workflows/test-integrations-networking.yml @@ -38,7 +38,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage tox + pip install coverage tox==4.14.2 - name: Erase coverage run: | coverage erase @@ -86,7 +86,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage tox + pip install coverage tox==4.14.2 - name: Erase coverage run: | coverage erase diff --git a/.github/workflows/test-integrations-web-frameworks-1.yml b/.github/workflows/test-integrations-web-frameworks-1.yml index 861c36b485..561041a010 100644 --- a/.github/workflows/test-integrations-web-frameworks-1.yml +++ b/.github/workflows/test-integrations-web-frameworks-1.yml @@ -56,7 +56,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage tox + pip install coverage tox==4.14.2 - name: Erase coverage run: | coverage erase @@ -122,7 +122,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage tox + pip install coverage tox==4.14.2 - name: Erase coverage run: | coverage erase diff --git a/.github/workflows/test-integrations-web-frameworks-2.yml b/.github/workflows/test-integrations-web-frameworks-2.yml index 0d86487900..3e63c1ca82 100644 --- a/.github/workflows/test-integrations-web-frameworks-2.yml +++ b/.github/workflows/test-integrations-web-frameworks-2.yml @@ -38,7 +38,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage tox + pip install coverage tox==4.14.2 - name: Erase coverage run: | coverage erase @@ -106,7 +106,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage tox + pip install coverage tox==4.14.2 - name: Erase coverage run: | coverage erase diff --git a/scripts/split-tox-gh-actions/templates/test_group.jinja b/scripts/split-tox-gh-actions/templates/test_group.jinja index be06276e9f..66ece43f7c 100644 --- a/scripts/split-tox-gh-actions/templates/test_group.jinja +++ b/scripts/split-tox-gh-actions/templates/test_group.jinja @@ -55,7 +55,7 @@ - name: Setup Test Env run: | - pip install coverage tox + pip install coverage tox==4.14.2 - name: Erase coverage run: | From 9f495f49a89fa9dfa4cb0e2db2a5d96385d62eaa Mon Sep 17 00:00:00 2001 From: Ivana Kellyerova Date: Mon, 29 Apr 2024 16:17:49 +0200 Subject: [PATCH 2/7] sigh --- .github/workflows/test-integrations-aws-lambda.yml | 2 +- .github/workflows/test-integrations-cloud-computing.yml | 4 ++-- .github/workflows/test-integrations-common.yml | 2 +- .github/workflows/test-integrations-data-processing.yml | 4 ++-- .github/workflows/test-integrations-databases.yml | 4 ++-- .github/workflows/test-integrations-graphql.yml | 4 ++-- .github/workflows/test-integrations-miscellaneous.yml | 4 ++-- .github/workflows/test-integrations-networking.yml | 4 ++-- .github/workflows/test-integrations-web-frameworks-1.yml | 4 ++-- .github/workflows/test-integrations-web-frameworks-2.yml | 4 ++-- scripts/split-tox-gh-actions/templates/test_group.jinja | 2 +- 11 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/test-integrations-aws-lambda.yml b/.github/workflows/test-integrations-aws-lambda.yml index c966eaaf5d..8fc868adba 100644 --- a/.github/workflows/test-integrations-aws-lambda.yml +++ b/.github/workflows/test-integrations-aws-lambda.yml @@ -73,7 +73,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage tox==4.14.2 + pip install coverage 'tox<4.15.0' - name: Erase coverage run: | coverage erase diff --git a/.github/workflows/test-integrations-cloud-computing.yml b/.github/workflows/test-integrations-cloud-computing.yml index 70ccfd3179..b76c24fd0f 100644 --- a/.github/workflows/test-integrations-cloud-computing.yml +++ b/.github/workflows/test-integrations-cloud-computing.yml @@ -38,7 +38,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage tox==4.14.2 + pip install coverage 'tox<4.15.0' - name: Erase coverage run: | coverage erase @@ -86,7 +86,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage tox==4.14.2 + pip install coverage 'tox<4.15.0' - name: Erase coverage run: | coverage erase diff --git a/.github/workflows/test-integrations-common.yml b/.github/workflows/test-integrations-common.yml index b28e4b85e2..6049cf4ac2 100644 --- a/.github/workflows/test-integrations-common.yml +++ b/.github/workflows/test-integrations-common.yml @@ -38,7 +38,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage tox==4.14.2 + pip install coverage 'tox<4.15.0' - name: Erase coverage run: | coverage erase diff --git a/.github/workflows/test-integrations-data-processing.yml b/.github/workflows/test-integrations-data-processing.yml index 0e64ad40ab..3afaca9482 100644 --- a/.github/workflows/test-integrations-data-processing.yml +++ b/.github/workflows/test-integrations-data-processing.yml @@ -38,7 +38,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage tox==4.14.2 + pip install coverage 'tox<4.15.0' - name: Erase coverage run: | coverage erase @@ -94,7 +94,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage tox==4.14.2 + pip install coverage 'tox<4.15.0' - name: Erase coverage run: | coverage erase diff --git a/.github/workflows/test-integrations-databases.yml b/.github/workflows/test-integrations-databases.yml index faa291056c..04f6d5f35a 100644 --- a/.github/workflows/test-integrations-databases.yml +++ b/.github/workflows/test-integrations-databases.yml @@ -57,7 +57,7 @@ jobs: - uses: getsentry/action-clickhouse-in-ci@v1 - name: Setup Test Env run: | - pip install coverage tox==4.14.2 + pip install coverage 'tox<4.15.0' - name: Erase coverage run: | coverage erase @@ -132,7 +132,7 @@ jobs: - uses: getsentry/action-clickhouse-in-ci@v1 - name: Setup Test Env run: | - pip install coverage tox==4.14.2 + pip install coverage 'tox<4.15.0' - name: Erase coverage run: | coverage erase diff --git a/.github/workflows/test-integrations-graphql.yml b/.github/workflows/test-integrations-graphql.yml index 154c942ef5..87c4c7df43 100644 --- a/.github/workflows/test-integrations-graphql.yml +++ b/.github/workflows/test-integrations-graphql.yml @@ -38,7 +38,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage tox==4.14.2 + pip install coverage 'tox<4.15.0' - name: Erase coverage run: | coverage erase @@ -86,7 +86,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage tox==4.14.2 + pip install coverage 'tox<4.15.0' - name: Erase coverage run: | coverage erase diff --git a/.github/workflows/test-integrations-miscellaneous.yml b/.github/workflows/test-integrations-miscellaneous.yml index 484e361f0f..9fb7f4cf24 100644 --- a/.github/workflows/test-integrations-miscellaneous.yml +++ b/.github/workflows/test-integrations-miscellaneous.yml @@ -38,7 +38,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage tox==4.14.2 + pip install coverage 'tox<4.15.0' - name: Erase coverage run: | coverage erase @@ -86,7 +86,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage tox==4.14.2 + pip install coverage 'tox<4.15.0' - name: Erase coverage run: | coverage erase diff --git a/.github/workflows/test-integrations-networking.yml b/.github/workflows/test-integrations-networking.yml index f2075871b5..ee195e0b4b 100644 --- a/.github/workflows/test-integrations-networking.yml +++ b/.github/workflows/test-integrations-networking.yml @@ -38,7 +38,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage tox==4.14.2 + pip install coverage 'tox<4.15.0' - name: Erase coverage run: | coverage erase @@ -86,7 +86,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage tox==4.14.2 + pip install coverage 'tox<4.15.0' - name: Erase coverage run: | coverage erase diff --git a/.github/workflows/test-integrations-web-frameworks-1.yml b/.github/workflows/test-integrations-web-frameworks-1.yml index 561041a010..5846fe3672 100644 --- a/.github/workflows/test-integrations-web-frameworks-1.yml +++ b/.github/workflows/test-integrations-web-frameworks-1.yml @@ -56,7 +56,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage tox==4.14.2 + pip install coverage 'tox<4.15.0' - name: Erase coverage run: | coverage erase @@ -122,7 +122,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage tox==4.14.2 + pip install coverage 'tox<4.15.0' - name: Erase coverage run: | coverage erase diff --git a/.github/workflows/test-integrations-web-frameworks-2.yml b/.github/workflows/test-integrations-web-frameworks-2.yml index 3e63c1ca82..efb763991b 100644 --- a/.github/workflows/test-integrations-web-frameworks-2.yml +++ b/.github/workflows/test-integrations-web-frameworks-2.yml @@ -38,7 +38,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage tox==4.14.2 + pip install coverage 'tox<4.15.0' - name: Erase coverage run: | coverage erase @@ -106,7 +106,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage tox==4.14.2 + pip install coverage 'tox<4.15.0' - name: Erase coverage run: | coverage erase diff --git a/scripts/split-tox-gh-actions/templates/test_group.jinja b/scripts/split-tox-gh-actions/templates/test_group.jinja index 66ece43f7c..249089a1c3 100644 --- a/scripts/split-tox-gh-actions/templates/test_group.jinja +++ b/scripts/split-tox-gh-actions/templates/test_group.jinja @@ -55,7 +55,7 @@ - name: Setup Test Env run: | - pip install coverage tox==4.14.2 + pip install coverage 'tox<4.15.0' - name: Erase coverage run: | From 7f36759d7b0063a1576722f9d9e156ec2fbbfc30 Mon Sep 17 00:00:00 2001 From: Ivana Kellyerova Date: Mon, 29 Apr 2024 16:23:27 +0200 Subject: [PATCH 3/7] its not tox --- .github/workflows/test-integrations-aws-lambda.yml | 2 +- .github/workflows/test-integrations-cloud-computing.yml | 4 ++-- .github/workflows/test-integrations-common.yml | 2 +- .github/workflows/test-integrations-data-processing.yml | 4 ++-- .github/workflows/test-integrations-databases.yml | 4 ++-- .github/workflows/test-integrations-graphql.yml | 4 ++-- .github/workflows/test-integrations-miscellaneous.yml | 4 ++-- .github/workflows/test-integrations-networking.yml | 4 ++-- .github/workflows/test-integrations-web-frameworks-1.yml | 4 ++-- .github/workflows/test-integrations-web-frameworks-2.yml | 4 ++-- scripts/split-tox-gh-actions/templates/test_group.jinja | 2 +- 11 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/test-integrations-aws-lambda.yml b/.github/workflows/test-integrations-aws-lambda.yml index 8fc868adba..773f41247b 100644 --- a/.github/workflows/test-integrations-aws-lambda.yml +++ b/.github/workflows/test-integrations-aws-lambda.yml @@ -73,7 +73,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage 'tox<4.15.0' + pip install coverage tox - name: Erase coverage run: | coverage erase diff --git a/.github/workflows/test-integrations-cloud-computing.yml b/.github/workflows/test-integrations-cloud-computing.yml index b76c24fd0f..049b37d211 100644 --- a/.github/workflows/test-integrations-cloud-computing.yml +++ b/.github/workflows/test-integrations-cloud-computing.yml @@ -38,7 +38,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage 'tox<4.15.0' + pip install coverage tox - name: Erase coverage run: | coverage erase @@ -86,7 +86,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage 'tox<4.15.0' + pip install coverage tox - name: Erase coverage run: | coverage erase diff --git a/.github/workflows/test-integrations-common.yml b/.github/workflows/test-integrations-common.yml index 6049cf4ac2..c046190e1e 100644 --- a/.github/workflows/test-integrations-common.yml +++ b/.github/workflows/test-integrations-common.yml @@ -38,7 +38,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage 'tox<4.15.0' + pip install coverage tox - name: Erase coverage run: | coverage erase diff --git a/.github/workflows/test-integrations-data-processing.yml b/.github/workflows/test-integrations-data-processing.yml index 3afaca9482..ebcd89efea 100644 --- a/.github/workflows/test-integrations-data-processing.yml +++ b/.github/workflows/test-integrations-data-processing.yml @@ -38,7 +38,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage 'tox<4.15.0' + pip install coverage tox - name: Erase coverage run: | coverage erase @@ -94,7 +94,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage 'tox<4.15.0' + pip install coverage tox - name: Erase coverage run: | coverage erase diff --git a/.github/workflows/test-integrations-databases.yml b/.github/workflows/test-integrations-databases.yml index 04f6d5f35a..50d02b72f7 100644 --- a/.github/workflows/test-integrations-databases.yml +++ b/.github/workflows/test-integrations-databases.yml @@ -57,7 +57,7 @@ jobs: - uses: getsentry/action-clickhouse-in-ci@v1 - name: Setup Test Env run: | - pip install coverage 'tox<4.15.0' + pip install coverage tox - name: Erase coverage run: | coverage erase @@ -132,7 +132,7 @@ jobs: - uses: getsentry/action-clickhouse-in-ci@v1 - name: Setup Test Env run: | - pip install coverage 'tox<4.15.0' + pip install coverage tox - name: Erase coverage run: | coverage erase diff --git a/.github/workflows/test-integrations-graphql.yml b/.github/workflows/test-integrations-graphql.yml index 87c4c7df43..2a00071382 100644 --- a/.github/workflows/test-integrations-graphql.yml +++ b/.github/workflows/test-integrations-graphql.yml @@ -38,7 +38,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage 'tox<4.15.0' + pip install coverage tox - name: Erase coverage run: | coverage erase @@ -86,7 +86,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage 'tox<4.15.0' + pip install coverage tox - name: Erase coverage run: | coverage erase diff --git a/.github/workflows/test-integrations-miscellaneous.yml b/.github/workflows/test-integrations-miscellaneous.yml index 9fb7f4cf24..b8c8e0a3a0 100644 --- a/.github/workflows/test-integrations-miscellaneous.yml +++ b/.github/workflows/test-integrations-miscellaneous.yml @@ -38,7 +38,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage 'tox<4.15.0' + pip install coverage tox - name: Erase coverage run: | coverage erase @@ -86,7 +86,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage 'tox<4.15.0' + pip install coverage tox - name: Erase coverage run: | coverage erase diff --git a/.github/workflows/test-integrations-networking.yml b/.github/workflows/test-integrations-networking.yml index ee195e0b4b..18dfd72c34 100644 --- a/.github/workflows/test-integrations-networking.yml +++ b/.github/workflows/test-integrations-networking.yml @@ -38,7 +38,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage 'tox<4.15.0' + pip install coverage tox - name: Erase coverage run: | coverage erase @@ -86,7 +86,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage 'tox<4.15.0' + pip install coverage tox - name: Erase coverage run: | coverage erase diff --git a/.github/workflows/test-integrations-web-frameworks-1.yml b/.github/workflows/test-integrations-web-frameworks-1.yml index 5846fe3672..861c36b485 100644 --- a/.github/workflows/test-integrations-web-frameworks-1.yml +++ b/.github/workflows/test-integrations-web-frameworks-1.yml @@ -56,7 +56,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage 'tox<4.15.0' + pip install coverage tox - name: Erase coverage run: | coverage erase @@ -122,7 +122,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage 'tox<4.15.0' + pip install coverage tox - name: Erase coverage run: | coverage erase diff --git a/.github/workflows/test-integrations-web-frameworks-2.yml b/.github/workflows/test-integrations-web-frameworks-2.yml index efb763991b..0d86487900 100644 --- a/.github/workflows/test-integrations-web-frameworks-2.yml +++ b/.github/workflows/test-integrations-web-frameworks-2.yml @@ -38,7 +38,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage 'tox<4.15.0' + pip install coverage tox - name: Erase coverage run: | coverage erase @@ -106,7 +106,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup Test Env run: | - pip install coverage 'tox<4.15.0' + pip install coverage tox - name: Erase coverage run: | coverage erase diff --git a/scripts/split-tox-gh-actions/templates/test_group.jinja b/scripts/split-tox-gh-actions/templates/test_group.jinja index 249089a1c3..be06276e9f 100644 --- a/scripts/split-tox-gh-actions/templates/test_group.jinja +++ b/scripts/split-tox-gh-actions/templates/test_group.jinja @@ -55,7 +55,7 @@ - name: Setup Test Env run: | - pip install coverage 'tox<4.15.0' + pip install coverage tox - name: Erase coverage run: | From 47ff3092daf9f38a0014c69fff9024f7bc691669 Mon Sep 17 00:00:00 2001 From: Ivana Kellyerova Date: Mon, 29 Apr 2024 16:29:16 +0200 Subject: [PATCH 4/7] pytest? --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 15f150097d..f3aeab30fd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ pip -pytest +pytest<8.2 pytest-cov pytest-forked pytest-localserver From a8639e567c0797962d2b5b27995cc5e7fe657947 Mon Sep 17 00:00:00 2001 From: Ivana Kellyerova Date: Mon, 29 Apr 2024 16:42:06 +0200 Subject: [PATCH 5/7] just remove the pin what could go wrong --- tox.ini | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/tox.ini b/tox.ini index e193de52b1..f159b6fb5c 100644 --- a/tox.ini +++ b/tox.ini @@ -248,7 +248,7 @@ deps = # === Common === py3.8-common: hypothesis - {py3.6,py3.7,py3.8,py3.9,py3.10,py3.11,py3.12}-common: pytest-asyncio<=0.21.1 + {py3.6,py3.7,py3.8,py3.9,py3.10,py3.11,py3.12}-common: pytest-asyncio # See https://github.com/pytest-dev/pytest/issues/9621 # and https://github.com/pytest-dev/pytest-forked/issues/67 # for justification of the upper bound on pytest @@ -268,8 +268,8 @@ deps = aiohttp-v3.8: aiohttp~=3.8.0 aiohttp-latest: aiohttp aiohttp: pytest-aiohttp - aiohttp-v3.8: pytest-asyncio<=0.21.1 - aiohttp-latest: pytest-asyncio<=0.21.1 + aiohttp-v3.8: pytest-asyncio + aiohttp-latest: pytest-asyncio # Ariadne ariadne-v0.20: ariadne~=0.20.0 @@ -283,17 +283,17 @@ deps = arq-v0.23: pydantic<2 arq-latest: arq arq: fakeredis>=2.2.0,<2.8 - arq: pytest-asyncio<=0.21.1 + arq: pytest-asyncio arq: async-timeout # Asgi - asgi: pytest-asyncio<=0.21.1 + asgi: pytest-asyncio asgi: async-asgi-testclient # Asyncpg asyncpg-v0.23: asyncpg~=0.23.0 asyncpg-latest: asyncpg - asyncpg: pytest-asyncio<=0.21.1 + asyncpg: pytest-asyncio # AWS Lambda aws_lambda: boto3 @@ -345,10 +345,10 @@ deps = django-v{1.11,2.0,2.2,3.0}: pytest-django<4.0 django-v{3.2,4.0,4.1,4.2,5.0}: pytest-django django-v{4.0,4.1,4.2,5.0}: djangorestframework - django-v{4.0,4.1,4.2,5.0}: pytest-asyncio<=0.21.1 + django-v{4.0,4.1,4.2,5.0}: pytest-asyncio django-v{4.0,4.1,4.2,5.0}: Werkzeug django-latest: djangorestframework - django-latest: pytest-asyncio<=0.21.1 + django-latest: pytest-asyncio django-latest: pytest-django django-latest: Werkzeug django-latest: channels[daphne] @@ -375,7 +375,7 @@ deps = fastapi: httpx # (this is a dependency of httpx) fastapi: anyio<4.0.0 - fastapi: pytest-asyncio<=0.21.1 + fastapi: pytest-asyncio fastapi: python-multipart fastapi: requests fastapi-v{0.79}: fastapi~=0.79.0 @@ -407,7 +407,7 @@ deps = grpc: protobuf grpc: mypy-protobuf grpc: types-protobuf - grpc: pytest-asyncio<=0.21.1 + grpc: pytest-asyncio grpc-v1.39: grpcio~=1.39.0 grpc-v1.49: grpcio~=1.49.1 grpc-v1.59: grpcio~=1.59.0 @@ -472,7 +472,7 @@ deps = # Quart quart: quart-auth - quart: pytest-asyncio<=0.21.1 + quart: pytest-asyncio quart-v0.16: blinker<1.6 quart-v0.16: jinja2<3.1.0 quart-v0.16: Werkzeug<2.1.0 @@ -485,7 +485,7 @@ deps = # Redis redis: fakeredis!=1.7.4 redis: pytest<8.0.0 - {py3.7,py3.8,py3.9,py3.10,py3.11}-redis: pytest-asyncio<=0.21.1 + {py3.7,py3.8,py3.9,py3.10,py3.11}-redis: pytest-asyncio redis-v3: redis~=3.0 redis-v4: redis~=4.0 redis-v5: redis~=5.0 @@ -526,7 +526,7 @@ deps = sanic-latest: sanic # Starlette - starlette: pytest-asyncio<=0.21.1 + starlette: pytest-asyncio starlette: python-multipart starlette: requests starlette: httpx @@ -541,7 +541,7 @@ deps = starlette-latest: starlette # Starlite - starlite: pytest-asyncio<=0.21.1 + starlite: pytest-asyncio starlite: python-multipart starlite: requests starlite: cryptography From 0548c14dcf1c010bf0a66e361d88f132680563cd Mon Sep 17 00:00:00 2001 From: Ivana Kellyerova Date: Mon, 29 Apr 2024 16:50:09 +0200 Subject: [PATCH 6/7] oof --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index f3aeab30fd..15f150097d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ pip -pytest<8.2 +pytest pytest-cov pytest-forked pytest-localserver From fd506cadea1cbaf52022e68a69f2209ae2ed9bd0 Mon Sep 17 00:00:00 2001 From: Ivana Kellyerova Date: Mon, 29 Apr 2024 16:56:53 +0200 Subject: [PATCH 7/7] single out tornado --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index f159b6fb5c..32794326a7 100644 --- a/tox.ini +++ b/tox.ini @@ -563,6 +563,7 @@ deps = strawberry-latest: strawberry-graphql[fastapi,flask] # Tornado + tornado: pytest<8.2 tornado-v6.0: tornado~=6.0.0 tornado-v6: tornado~=6.0 tornado-latest: tornado