Re: Remove pyinotify autoreloader support

2018-10-08 Thread Tom Forbes
Thanks for the feedback! In the pull request I have re-added support for pyinotify with tests, it was not as hard to write them as I believed. They still fail, but I’m working on that! I’ve found an interesting module confusingly called watchgod. The author says[1] that with the new os.scandir()

Re: Requiring sqlparse for sqlite introspection

2018-10-08 Thread Andrew Godwin
Adding sqlparse into the introspection code for SQLite specifically means it's going to be a runtime dependency for anything to do with migrations. I'm alright having that be the case, but I do think we should make sure the tests run with SQLite as otherwise a large section of the most