[
https://issues.apache.org/jira/browse/AIRFLOW-6400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17005298#comment-17005298
]
ASF subversion and git services commented on AIRFLOW-6400:
----------------------------------------------------------
Commit 6dc59d507b6e57603fce2bb2eca91c4f671758e4 in airflow's branch
refs/heads/master from Bjorn Olsen
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=6dc59d5 ]
[AIRFLOW-6400] Fix pytest not working on Windows (#6964)
> 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)