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


##########
kubernetes_tests/conftest.py:
##########
@@ -16,11 +16,25 @@
 # under the License.
 from __future__ import annotations
 
+from pathlib import Path
+
 import pytest
 
+DATA_FILES_DIRECTORY = Path(__file__).absolute().parent

Review Comment:
   ```suggestion
   DATA_FILES_DIRECTORY = Path(__file__).resolve().parent
   ```
   
   I think it's **slightly** better.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to