kaxil commented on code in PR #60127:
URL: https://github.com/apache/airflow/pull/60127#discussion_r2668974857


##########
airflow-core/tests/unit/dag_processing/test_dagbag.py:
##########
@@ -452,7 +441,7 @@ def test_process_file_that_contains_multi_bytes_char(self, 
tmp_path):
         """
         test that we're able to parse file that contains multi-byte char
         """
-        path = tmp_path / "testfile"
+        path = tmp_path / "testfile.py"

Review Comment:
   >Maybe those files should be assumed to be python files and parsed with 
python importer?
   
   Not really, those were test issues -- not something we have supported 
officially



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