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


##########
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:
   ```suggestion
   # 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 
   # as they seem to break some unrelated tests in main. You can modify this 
number = 00001 to trigger it.
   ```



##########
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:
   also which number can be modified to 00001 we meant here? 



-- 
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