From 0ef78237344ba7926b2dafbec071e2a3ef13da3b Mon Sep 17 00:00:00 2001 From: Pankaj Koti Date: Tue, 16 May 2023 14:15:04 +0530 Subject: [PATCH] Rephrase comment in setup.py Following up on my late comment in PR #31309, this is a try to rephrase the comment in `setup.py` which indicates how to trigger CI build to use "upgrade to newer dependencies". --- setup.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index a6e37717b21b9..55a46714be0ea 100644 --- a/setup.py +++ b/setup.py @@ -16,9 +16,10 @@ # specific language governing permissions and limitations # under the License. """Setup.py for the Airflow project.""" -# This file can be modified if you want to make sure the CI build is using "upgrade to newer dependencies" -# Which is useful when you want to check if the dependencies are still compatible with the latest versions -# And they seem to break some unrelated tests in main. You can modify this number = 00001 to trigger it. +# To make sure the CI build is using "upgrade to newer dependencies", which is useful when you want to check +# if the dependencies are still compatible with the latest versions as they seem to break some unrelated +# tests in main, you can modify this file. The modification can be simply modifying this particular comment. +# e.g. you can modify the following number "00001" to something else to trigger it. from __future__ import annotations import glob