Skip to content
Open
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
2 changes: 1 addition & 1 deletion composer/2022_airflow_summit/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==8.2.0
pytest==9.0.3

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Upgrading to pytest 9.0.3 drops support for Python 3.8 and 3.9. Currently, noxfile_config.py is configured to run tests on Python 3.8 (as it is not in ignored_versions while 3.10, 3.11, and 3.12 are ignored). This will cause the CI/CD runs to fail on Python 3.8 due to installation and compatibility issues. Since Python versions below 3.10 are no longer supported, noxfile_config.py should be updated in a separate or coordinated change to ignore Python 3.8 and test on supported versions (such as 3.10 and 3.13).

References
  1. Do not specify fallback dependency versions or environment markers for Python versions older than 3.10, as Python versions below 3.10 are no longer supported.

cloud-composer-dag-test-utils==1.0.0
markupsafe==2.1.2
backoff==2.2.1