Skip to content

Commit

Permalink
fix(tests): 🔧 workaround for sqlalchemy warning issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kikkomep committed Aug 26, 2024
1 parent a2533ee commit a3df8e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ filterwarnings =
ignore::UserWarning
ignore::DeprecationWarning
ignore:MemcachedBackend.*dramatiq.*:ImportWarning
# Ignore SQLAlchemy warning: see https://github.com/aiidalab/aiidalab-widgets-base/issues/605#issuecomment-2113470700
ignore:Object of type .* not in session, .* operation along .* will not proceed:sqlalchemy.exc.SAWarning

0 comments on commit a3df8e2

Please sign in to comment.