googleapis / python-spanner-django

Cloud Spanner database backend for Django
BSD 3-Clause "New" or "Revised" License
88 stars 27 forks source link

fix: Fixing test_clearsessions_unsupported test #863

Closed ankiaga closed 5 months ago

ankiaga commented 5 months ago

Presubmits are failing for all PRs from last few months for our Django Spanner repo with this error ModuleNotFoundError: No module named 'tests.sessions_tests'

The changes were made in Django repo https://github.com/django/django/commit/4c2b26174f044adc4a6461154385720479eaee55 after we forked out from it to our django/stable/3.2.x branch