You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Cooper Gillan (Jira)" <ji...@apache.org> on 2020/02/19 21:14:00 UTC

[jira] [Created] (AIRFLOW-6847) Replace use of AIRFLOW_RUNALL_TESTS with pytest markers

Cooper Gillan created AIRFLOW-6847:
--------------------------------------

             Summary: Replace use of AIRFLOW_RUNALL_TESTS with pytest markers
                 Key: AIRFLOW-6847
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6847
             Project: Apache Airflow
          Issue Type: Improvement
          Components: tests
    Affects Versions: 1.10.9
            Reporter: Cooper Gillan


Building off work completed to split out Hive tests captured in AIRFLOW-6721 and initially worked on in https://github.com/apache/airflow/pull/7468, remove use of the {{AIRFLOW_RUNALL_TESTS}} environment variable for skipping certain tests in favor of using pytest markers.

More info on airflow's use of pytest markers can be found here: https://github.com/apache/airflow/blob/master/TESTING.rst#airflow-integration-tests

This ticket rose out of [this comment in PR #7468's review|https://github.com/apache/airflow/pull/7468#issuecomment-588458850].



--
This message was sent by Atlassian Jira
(v8.3.4#803005)