jmcarp commented on pull request #12951: URL: https://github.com/apache/airflow/pull/12951#issuecomment-752281578
@turbaszek we could include `unittest2pytest` in ci, but there's a bug in python 3.6 that causes it to fail on raw fstrings. So we could: * Only run `unittest2pytest` in python>3.6 * Write a regex * Document that we prefer plain assertions without enforcing programmatically. I'm guessing most people are going to copy and paste tests from existing modules, so we might not have many regressions. ---------------------------------------------------------------- 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]
