potiuk commented on PR #29935: URL: https://github.com/apache/airflow/pull/29935#issuecomment-1463796956
* Building and testing python: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python * Choosing runner/OS to run it on: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners There **might** be some complexity in skipping some tests on windows most likely, but this is just a standard pytest fixture to apply for tests that : ``` @pytest.mark.skipif(sys.platform == "win32", reason="Not running on Window") ``` -- 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]
