Closed adamchainz closed 2 years ago
Apparently so yes, workaround: https://github.com/pytest-dev/pytest-splinter/issues/169#issuecomment-1242379232 Python 3.10 also changed some stuff in collections
I believe py310 and dj4 are supported by https://pypi.org/project/django-autocomplete-light/3.9.5rc0/
Can someone please confirm this?
Also, thanks to @mpasternak for making a new pytest-splinter release! Definitely the most awesome browser API in Python :1st_place_medal:
Thanks!
Thank you @jpic . When I'm back working with my client who uses django-autocomplete-light, in a week, I'll test this (unless I get distracted by Djangocon Europe).
This PR updates the tox and travis config files to drop old versions of Django and Python, and test Django 4.1.
I tried running the tests locally. The unit tests pass, but those using splinter fail. It seems pytest-splinter is incompatible with some changes to splinter. I tried rolling back splinter as far as version 0.14, but that only got me different errors. The errors with the latest splinter are all:
I don't think Travis is still running - it hasn't reported any status on this PR. It may need just re-setting up, to use the GitHub app rather than the old token integration. It would be good to move to GitHub Actions anyway, since that's better maintained.