amoghrajesh commented on code in PR #58608:
URL: https://github.com/apache/airflow/pull/58608#discussion_r2555267128
##########
dev/breeze/tests/test_packages.py:
##########
@@ -454,28 +436,37 @@ def
test_apply_version_suffix_to_non_provider_pyproject_tomls(
"""
Test the apply_version_suffix function with different version suffixes for
pyproject.toml of non-provider.
"""
+ from filelock import FileLock
+
+ lock_file = AIRFLOW_ROOT_PATH / ".version_files.lock"
+ lock = FileLock(lock_file)
Review Comment:
Sure can do
--
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]