You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/08/26 19:52:23 UTC

[GitHub] [airflow] michalslowikowski00 commented on a change in pull request #10304: Added operator, hook, docs and tests for Dataprep

michalslowikowski00 commented on a change in pull request #10304:
URL: https://github.com/apache/airflow/pull/10304#discussion_r477551063



##########
File path: tests/conftest.py
##########
@@ -251,6 +253,9 @@ def pytest_configure(config):
     config.addinivalue_line(
         "markers", "airflow_2: mark tests that works only on Airflow 2.0 / master"
     )
+    config.addinivalue_line(
+        "markers", "credential_env(name): mark tests that require credential env in CREDENTIALS_ENV"
+    )

Review comment:
       Done.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org