Bjorn Olsen created AIRFLOW-6400:
------------------------------------
Summary: 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
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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)