From 9950dde7242f8ea1a8364818853bea0418c86fe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?d=20=F0=9F=94=B9?= <258577966+voidborne-d@users.noreply.github.com> Date: Sun, 5 Apr 2026 19:13:19 +0000 Subject: [PATCH] test: align force-stop regression stubs with dev branch --- tests/spiders/test_force_stop_checkpoint.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/spiders/test_force_stop_checkpoint.py b/tests/spiders/test_force_stop_checkpoint.py index e375b1b..212758e 100644 --- a/tests/spiders/test_force_stop_checkpoint.py +++ b/tests/spiders/test_force_stop_checkpoint.py @@ -75,6 +75,8 @@ class SlowSpider: self.fp_include_kwargs = False self.fp_include_headers = False self.fp_keep_fragments = False + self.robots_txt_obey = False + self.start_urls = [] self.name = "slow_spider" self._log_counter = _LogCounterStub() self._num_urls = num_urls