dabla commented on PR #38111:
URL: https://github.com/apache/airflow/pull/38111#issuecomment-2051782973
> You should remove your fix and rebase - in change you applied you removed
the markers on tests but it needs `pytestmark` on the module level instead,
So I need to do like this then, not completely understanding what you meant
(I reverted my fix containing the db markers on the test-methods):
```
@pytest.mark.db_test
class TestMSGraphAsyncOperator(Base):
def test_execute(self):
...
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]