Skip to content

Commit

Permalink
Ignore stripe's internal deprecation warnings
Browse files Browse the repository at this point in the history
Stripe was throwing a deprecation warning when using their undeprecated
API since they are checking for the "stripe_id" attribute internally.
  • Loading branch information
emanuelen5 committed Jan 13, 2024
1 parent d389f75 commit e0b3741
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ filterwarnings =
# selenium not closed in some test, not sure why
ignore:.*4444.*:ResourceWarning:selenium.webdriver.remote.remote_connection
ignore:.*not compatible with SQLAlchemy 2.0.*:DeprecationWarning:
ignore::DeprecationWarning:stripe.*:
log_cli = 1
log_cli_level = INFO
; log_cli_format = %(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)
Expand Down

0 comments on commit e0b3741

Please sign in to comment.