[
https://issues.apache.org/jira/browse/AIRFLOW-6400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17005297#comment-17005297
]
ASF GitHub Bot commented on AIRFLOW-6400:
-----------------------------------------
potiuk commented on pull request #6964: [AIRFLOW-6400] Fix pytest not working
on Windows
URL: https://github.com/apache/airflow/pull/6964
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
> pytest not working on Windows
> -----------------------------
>
> Key: AIRFLOW-6400
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6400
> Project: Apache Airflow
> Issue Type: Bug
> Components: tests
> Affects Versions: 1.10.7
> Reporter: Bjorn Olsen
> Assignee: Bjorn Olsen
> Priority: Minor
>
> While Windows isn't supported I am using it to do development and testing.
> This line in conftest.py is causing problems because "HOME" is not an
> environment variable on Windows.
> home = os.environ.get("HOME")
> It can easily be changed to be cross-platform.
> Edit: The same issue is causing test discovery to fail on Windows 10.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)