Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Upgrade to Airflow 2.5.1, remove old warnings #985

Merged
merged 1 commit into from
Feb 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 3 additions & 11 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,8 @@ addopts =
--dist loadscope
--disable-socket
--allow-unix-socket
# SMTP
# This occurs because the default config is loaded when running `just test --extended`
# which happens to still have SMTP credential defaults assigned in it. We do not set
# these anywhere in the dev stack so it can be safely ignored.
# distutils
# sqlalchemy
# Warning in dependency, nothing we can do
# flask
# Warning in dependency, nothing we can do
# "removed"/"remoevd" is due to https://github.com/pallets/flask/pull/4757
# https://docs.sqlalchemy.org/en/20/errors.html#error-b8d9
filterwarnings=
ignore:Fetching SMTP credentials from configuration variables will be deprecated in a future release. Please set credentials using a connection instead:airflow.exceptions.RemovedInAirflow3Warning
ignore:distutils Version classes are deprecated. Use packaging.version instead:DeprecationWarning
ignore:.*is deprecated and will be (remoevd|removed) in Flask 2.3.:DeprecationWarning
ignore:.*Deprecated API features detected.*:sqlalchemy.exc.MovedIn20Warning
2 changes: 1 addition & 1 deletion requirements_prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Note: Unpinned packages have their versions determined by the Airflow constraints file

apache-airflow[amazon,postgres,http]==2.5.0
apache-airflow[amazon,postgres,http]==2.5.1
lxml
psycopg2-binary
requests-file==1.5.1
Expand Down