uranusjr commented on code in PR #38665:
URL: https://github.com/apache/airflow/pull/38665#discussion_r1547055685


##########
tests/system/conftest.py:
##########
@@ -49,9 +49,9 @@ def skip_if_env_var_not_set(provider_env_vars):
 
 def pytest_collection_modifyitems(config, items):
     """Add @pytest.mark.system(provider_name) for every system test."""
-    rootdir = Path(config.rootdir)
+    rootdir = Path(config.rootpath)

Review Comment:
   Do we still need to wrap the value in `Path()`? (Same for the line below.)



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