edelooff / sqlalchemy-json

Full-featured JSON type with mutation tracking for SQLAlchemy
http://variable-scope.com/posts/mutation-tracking-in-nested-json-structures-using-sqlalchemy
BSD 2-Clause "Simplified" License
189 stars 34 forks source link

stop claiming support for Python 3, remove dependency on six, fix test suite #41

Closed FelixSchwarz closed 1 year ago

FelixSchwarz commented 1 year ago

While trying to fix #40 I noticed some other issues. Please let me know if I should submit multiple pull requests.

FelixSchwarz commented 1 year ago

Are you interested in using Github Actions to run the test suite automatically?

edelooff commented 1 year ago

Getting the tests run automatically sounds like it'd be worthwhile (given that the test suite itself had a missing import, whoops!).