File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 79
79
pip install -e .[qa,rest,selenium]
80
80
pip install ${{ matrix.django-version }}
81
81
sudo npm install -g prettier
82
+ pip uninstall channels channels-redis daphne -y
83
+ pip install -e ".[channels]"
82
84
83
85
- name : QA checks
84
86
run : ./run-qa-checks
Original file line number Diff line number Diff line change 47
47
"drf-yasg~=1.21.7" ,
48
48
],
49
49
"channels" : [
50
- "channels[daphne]~=4.2.0" ,
50
+ "channels[daphne]@"
51
+ "git+https://github.com/openwisp/channels.git@"
52
+ "issues/2148-ChannelsLiveServerTestCase-Django52-compatible#egg=channels[daphne]" ,
51
53
"channels_redis~=4.2.1" ,
52
54
],
53
55
"channels-test" : [
Original file line number Diff line number Diff line change 2
2
3
3
from django .core .asgi import get_asgi_application
4
4
5
- os .environ .setdefault (' DJANGO_SETTINGS_MODULE' , ' openwisp2.settings' )
5
+ os .environ .setdefault (" DJANGO_SETTINGS_MODULE" , " openwisp2.settings" )
6
6
application = get_asgi_application ()
You can’t perform that action at this time.
0 commit comments