Grzegorz Śliwiński
Grzegorz Śliwiński
@dale-vendia I think that's a good idea :)
Oh.... https://docs.python.org/3/library/shutil.html#shutil.which could make a nice default fallback 🤔
Okay should be solved in a manner of examples rather than actual implementation, see #894
I'm on 1.1.8 and I'm having this issue in PyCharm 
20.24.7 fails as well.
@michaeljsnyder you'd have to actually have custom loader function and pass it to the fixture instead of the SQL file path. basically copy this function https://github.com/ClearcodeHQ/pytest-postgresql/blob/pypy/pytest_postgresql/sql.py#L7 And having the SQL...
Out of curiosity, why are you creating additional database in there?
@michaeljsnyder the immediate solution that comes to my mind would be an **autouse** session fixture that does the cleaning at teardown. With this, I have an additional question, that might...
Could you rebase with master and write some explanation? a newsfragment with details of the change?
@uosjead I've incorporated your idea and actually implemented this on master