You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran the test suite on 3.10b4, we have three test failures. One is easily fixed by replacing collections with collections.abc in scrapy/utils/signal.py (collections.Sequence no longer exists in 3.10 and is apparently deprecated before that), other two are less trivial: https://github.com/wRAR/scrapy/runs/3111526014?check_suite_focus=true
The text was updated successfully, but these errors were encountered:
I ran the test suite on 3.10b4, we have three test failures. One is easily fixed by replacing
collections
withcollections.abc
inscrapy/utils/signal.py
(collections.Sequence
no longer exists in 3.10 and is apparently deprecated before that), other two are less trivial: https://github.com/wRAR/scrapy/runs/3111526014?check_suite_focus=trueThe text was updated successfully, but these errors were encountered: