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
   ```
   
   
   ![Screenshot from 2020-09-28 
23-28-10](https://user-images.githubusercontent.com/595491/94488285-a5278780-01e2-11eb-81b1-bde75135f8b5.png)
   
   
   
   


----------------------------------------------------------------
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]


Reply via email to