Skip to content

Commit

Permalink
Merge pull request #7708 from drew2a/fix/remove-pytest-sentry
Browse files Browse the repository at this point in the history
Remove `pytest-sentry`
  • Loading branch information
drew2a committed Nov 21, 2023
2 parents e1b843f + 8b35214 commit 8ec27bf
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 28 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/!PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ jobs:
if: ${{ needs.changes.outputs.src == 'true' }}
uses: ./.github/workflows/coverage.yml
secrets:
PYTEST_SENTRY_DSN: ${{secrets.PYTEST_SENTRY_DSN}}
CODACY_PROJECT_TOKEN: ${{secrets.CODACY_PROJECT_TOKEN}}
with:
python-version: ${{needs.env.outputs.python-version}}
Expand All @@ -98,8 +97,6 @@ jobs:
needs: [ changes, gatekeeper, env ]
if: ${{ needs.changes.outputs.src == 'true' }}
uses: ./.github/workflows/guitest.yml
secrets:
PYTEST_SENTRY_DSN: ${{secrets.PYTEST_SENTRY_DSN}}
with:
python-version: ${{needs.env.outputs.python-version}}
matrix: '{"os": ["windows-latest"]}'
Expand All @@ -120,8 +117,6 @@ jobs:
needs: [ changes, gatekeeper, env ]
if: ${{needs.changes.outputs.src == 'true' && !github.event.pull_request.draft}}
uses: ./.github/workflows/pytest.yml
secrets:
PYTEST_SENTRY_DSN: ${{secrets.PYTEST_SENTRY_DSN}}
with:
python-version: ${{needs.env.outputs.python-version}}
matrix: '{"os": ["windows-latest", "macos-latest"]}'
Expand All @@ -131,8 +126,6 @@ jobs:
needs: [ changes, gatekeeper, env ]
if: ${{needs.changes.outputs.src == 'true' && !github.event.pull_request.draft}}
uses: ./.github/workflows/guitest.yml
secrets:
PYTEST_SENTRY_DSN: ${{secrets.PYTEST_SENTRY_DSN}}
with:
python-version: ${{needs.env.outputs.python-version}}
matrix: '{"os": ["ubuntu-latest", "macos-latest"]}'
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ on:
secrets:
CODACY_PROJECT_TOKEN:
required: false
PYTEST_SENTRY_DSN:
required: false

permissions:
contents: read
Expand All @@ -27,9 +25,6 @@ jobs:
name: generate and upload
runs-on: ubuntu-latest

env:
PYTEST_SENTRY_DSN: ${{secrets.PYTEST_SENTRY_DSN}}

steps:
- uses: actions/checkout@v3
with:
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/guitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ on:
type: string
required: false

secrets:
PYTEST_SENTRY_DSN:
required: false

permissions:
contents: read

Expand All @@ -36,9 +32,6 @@ jobs:
run:
shell: bash

env:
PYTEST_SENTRY_DSN: ${{secrets.PYTEST_SENTRY_DSN}}

timeout-minutes: 10

steps:
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ on:
type: string
required: false

secrets:
PYTEST_SENTRY_DSN:
required: false

permissions:
contents: read

Expand All @@ -36,9 +32,6 @@ jobs:
run:
shell: bash

env:
PYTEST_SENTRY_DSN: ${{secrets.PYTEST_SENTRY_DSN}}

timeout-minutes: 15

steps:
Expand Down
2 changes: 0 additions & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ pytest-asyncio==0.21.1
pytest-randomly==3.15.0
pytest-timeout==2.2.0
pytest-rerunfailures==12.0
pytest-sentry==0.1.16


coverage==7.3.2
looptime==0.2 ; sys_platform != 'win32'
Expand Down

0 comments on commit 8ec27bf

Please sign in to comment.