potiuk commented on code in PR #31309:
URL: https://github.com/apache/airflow/pull/31309#discussion_r1194814875


##########
setup.py:
##########
@@ -16,6 +16,9 @@
 # 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.

Review Comment:
   Ah. Have not seen the comment> this number (i.e. `00001`) can be modified. 
But if you think you can describe it better - feel free. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to