-
-
Notifications
You must be signed in to change notification settings - Fork 817
ChannelsLiveServerTestCase fails with django 5.2 #2148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@devkral Can you make a pr? |
Got the same issue here after following the channels tutorial:
|
Yep, django/django@8eca3e9 changed the behaviour here. |
sry not much time, currently quite busy |
@carltongibson I think we would need a Django project to test |
2 tasks
@pandafy Yes, we could add a small test project to the test suite. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Django 5.2 made TestCase._pre_setup a classmethod but this isn't reflected in ChannelsLifeServerTestCase.
This is leading to a crash when trying to use ChannelsLiveServerTestCase.
The text was updated successfully, but these errors were encountered: