seelmann commented on a change in pull request #3935: [AIRFLOW-1390] Update 
Alembic to 0.9
URL: https://github.com/apache/incubator-airflow/pull/3935#discussion_r219676942
 
 

 ##########
 File path: tests/utils/test_db.py
 ##########
 @@ -45,20 +45,13 @@ def 
test_database_schema_and_sqlalchemy_model_are_in_sync(self):
             lambda t: (t[0] == 'remove_column' and
                        t[2] == 'users' and
                        t[3].name == 'password'),
-            # ignore tables created by other tests
-            lambda t: (t[0] == 'remove_table' and
-                       t[1].name == 't'),
 
 Review comment:
   Nice that those can be removed :+1: 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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