Skip to content

Commit

Permalink
remove sqlalchemy uber warning
Browse files Browse the repository at this point in the history
Co-Authored-By: Ken Brewer <[email protected]>
  • Loading branch information
d33bs and kenibrewer committed Nov 4, 2024
1 parent 6beee5f commit 05dc1e9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ jobs:
runs-on: ${{ matrix.os }}
env:
OS: ${{ matrix.os }}
# This is needed to avoid a warning from SQLAlchemy
# https://sqlalche.me/e/b8d9
# We can remove this once we upgrade to SQLAlchemy >= 2.0
SQLALCHEMY_SILENCE_UBER_WARNING: "1"
if: github.event_name != 'schedule'
steps:
- name: Checkout repo
Expand Down

0 comments on commit 05dc1e9

Please sign in to comment.