[
https://issues.apache.org/jira/browse/AIRFLOW-6216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16995098#comment-16995098
]
ASF subversion and git services commented on AIRFLOW-6216:
----------------------------------------------------------
Commit 1efc9e20a5e8b4878e0b1ee271acbc32d5c65614 in airflow's branch
refs/heads/v1-10-test from Jarek Potiuk
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=1efc9e2 ]
[AIRFLOW-6216] Allow pytests to be run without "tests" (#6770)
With this change you should be able to simply run `pytest` to run all the tests
in the main airflow directory.
This consist of two changes:
* moving pytest.ini to the main airflow directory
* skipping collecting kubernetes tests when ENV != kubernetes
(cherry picked from commit 239d51ed31f9607e192d1e1c5a997dd03304b870)
> Allow pytests to be run without "tests"
> ---------------------------------------
>
> Key: AIRFLOW-6216
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6216
> Project: Apache Airflow
> Issue Type: Improvement
> Components: ci
> Affects Versions: 2.0.0, 1.10.7
> Reporter: Jarek Potiuk
> Priority: Major
> Fix For: 1.10.7
>
>
> With this change you should be able to simply run `pytest` to run all the
> tests in the main airflow directory.
> This consist of two changes:
> * moving pytest.ini to the main airflow directory
> * skipping collecting kubernetes tests when ENV != kubernetes
--
This message was sent by Atlassian Jira
(v8.3.4#803005)