We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dffc968 commit aeea6fcCopy full SHA for aeea6fc
tests/conftest.py
@@ -33,3 +33,7 @@ def set_jobkeyenvironment(monkeypatch):
33
monkeypatch.setenv('SCRAPY_JOB', '1/2/3')
34
monkeypatch.setenv('SHUB_JOBAUTH', TEST_AUTH)
35
monkeypatch.setenv('SHUB_STORAGE', 'storage-url')
36
+
37
38
+# install the reactor explicitly, as Scrapy including scrapy.utils.test.get_crawler() assumes it's installed
39
+from twisted.internet import reactor
0 commit comments