Files
Xevion 8a1a2df2c1 Fix pipenv failing to import sqlalchemy-json
'sqlalchemy_json' does not import when running pytest through pipenv. Prepending 'python -m' to the pytest command fixes this (although I'm not sure why it even fails to import a global module).

Hope this works in the GitHub Actions workflow.
2021-02-18 23:46:05 -06:00
..