citusdata / django-multitenant

Python/Django support for distributed multi-tenant databases like Postgres+Citus
MIT License
710 stars 116 forks source link

Fixes test execution #130

Closed gurkanindibay closed 1 year ago

gurkanindibay commented 1 year ago

Tests in tox pipeline does not work. I fixed the problem with this development. Additionally, I performed some optimizations. Optimizations are documented with in-line comments. Please check "Files Changed" section Tox test framework deprecated whitelist_externals and started using allowlist_externals as defined below. I fixed this usage https://github.com/jazzband/django-debug-toolbar/pull/1718