potiuk commented on PR #29935:
URL: https://github.com/apache/airflow/pull/29935#issuecomment-1475980663

   > Just running `pytest tests` produces the same error. Is there a setting 
that is project specific provoking this issue? I have used pytest before on 
Windows systems without issue.
   
   Maybe just the plugin that we have being installed causes it. This is the 
reason why we really need to do the exercise you are doing and fix any kind of 
hidden dependencies we have. If we do not test it on windows, we will never 
find out. This is part of the job to be done to make it works fine on Windows. 
   
   In this case likely adding `;platform_system!="Windows"` where the plugin is 
added (`setup.py`) is likely the right solution (we already have similar 
exclusions for example `;python_version<"3.9` elsewhere.


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