[GitHub] [airflow] nuclearpinguin commented on issue #6876: [AIRFLOW-6322] Add pytest.mark.slow marker

2019-12-23 Thread GitBox
nuclearpinguin commented on issue #6876: [AIRFLOW-6322] Add pytest.mark.slow marker URL: https://github.com/apache/airflow/pull/6876#issuecomment-568685481 In my opinion we do not need this mark, as @potiuk mentioned, it's too ambiguous. Our top 5 slowest tests: ```

[GitHub] [airflow] nuclearpinguin commented on issue #6876: [AIRFLOW-6322] Add pytest.mark.slow marker

2019-12-22 Thread GitBox
nuclearpinguin commented on issue #6876: [AIRFLOW-6322] Add pytest.mark.slow marker URL: https://github.com/apache/airflow/pull/6876#issuecomment-568244414 What is the purpose of the marker? Currently we are not using any markers and introduction of this feature is [still