Skip to content

Commit

Permalink
fix(tests): 🔧 another warning to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kikkomep committed Aug 28, 2024
1 parent e6829e3 commit 3fcd831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ filterwarnings =
# 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
ignore:Object of type .* not in session, .* operation along .* won't proceed:sqlalchemy.exc.SAWarning
ignore:Column .* is marked as a member of the primary key for table .*, but has no Python-side or server-side default generator indicated, nor does it indicate:sqlalchemy.exc.SAWarning

0 comments on commit 3fcd831

Please sign in to comment.