potiuk commented on a change in pull request #7908: Remove GKEStartPodOperator 
when backporting
URL: https://github.com/apache/airflow/pull/7908#discussion_r399772049
 
 

 ##########
 File path: tests/conftest.py
 ##########
 @@ -178,11 +178,14 @@ def pytest_configure(config):
         "markers", "system(name): mark test to run with named system"
     )
     config.addinivalue_line(
-        "markers", "long_running(name): mark test that run for a long time 
(many minutes)"
+        "markers", "long_running: mark test that run for a long time (many 
minutes)"
     )
     config.addinivalue_line(
         "markers", "credential_file(name): mark tests that require credential 
file in CREDENTIALS_DIR"
     )
+    config.addinivalue_line(
+        "markers", "master_only: mark tests that works only on Airflow 2.0 / 
master"
 
 Review comment:
   NIT: maybe we should name it 'airflow_2" or similar rather than master. 
There will be some period of time that we will still produce backport operators 
and airflow 2.0 will be already released (and won't be master then)

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to