potiuk commented on pull request #10956: URL: https://github.com/apache/airflow/pull/10956#issuecomment-700292091
You probably forgot to change backend to sqlite when you run breeze. I can perfectly reproduce the problem locally: ``` ./breeze --python 3.6 --backend sqlite --github-image-id 277157900 ``` ``` pytest --verbosity=0 --strict-markers --durations=100 --cov=airflow/ --cov-config=.coveragerc --cov-report=xml:/files/coverage.xml --color=yes --maxfail=50 --pythonwarnings=ignore::DeprecationWarning --pythonwarnings=ignore::PendingDeprecationWarning --junitxml=/files/test_result.xml --setup-timeout=10 --execution-timeout=30 --teardown-timeout=10 tests ```  ---------------------------------------------------------------- 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]
