scrapy/tests/CrawlerProcess
Andrey Rakhmatullin 2798c03bb0
Add Python 3.14 to CI. (#6604)
* Add Python 3.14 (alpha3) to CI.

* Disable mitmproxy on 3.14 for now.

* 3.14.0-alpha.4.

* 3.14.0-alpha.5

* 3.14.0-beta2.

* 3.14 release.

* Fix test_non_pickable_object.

* Fix handling of file:/path feed URIs.

* Better mocking of streams for TextTestResult.

* Do not use .php in test_file_path() as it's now a known extension.

* Fix the URL in TestFeedExporterSignals.

* Fix typing.

* Bump more envs to 3.14.

* Silence pylint.

* Fix another test for .php handling change.

* Remove test_install_asyncio_reactor.

* More bumps to 3.14.

* Revert docs-tests to use 3.13.

* Debug options for Windows.

* Re-enable xdist.

* Revert Windows PYTEST_ADDOPTS.

* Silence loop policy deprecation warnings.

* Restore a lost pylint suppression.

* Update asyncio_enabled_reactor_same_loop.py to new Twisted.

* Fix RobotFileParser tests for Python 3.14.5.
2026-05-12 23:49:37 +05:00
..
args_settings.py Support asynchronous start requests (#6729) 2025-05-07 19:04:03 +02:00
asyncio_custom_loop.py Support asynchronous start requests (#6729) 2025-05-07 19:04:03 +02:00
asyncio_deferred_signal.py Deprecate spider args of middlewares and pipelines. (#7006) 2025-08-21 13:23:10 +05:00
asyncio_enabled_no_reactor.py Support asynchronous start requests (#6729) 2025-05-07 19:04:03 +02:00
asyncio_enabled_reactor.py Add is_asyncio_available(). (#6827) 2025-05-28 14:46:39 +05:00
asyncio_enabled_reactor_different_loop.py Add `AsyncCrawlerProcess` and `Crawler.crawl_async()` (#6817) 2025-05-28 18:55:44 +05:00
asyncio_enabled_reactor_same_loop.py Add Python 3.14 to CI. (#6604) 2026-05-12 23:49:37 +05:00
caching_hostname_resolver.py Rename DNS_RESOLVER to TWISTED_DNS_RESOLVER (#7361) 2026-04-08 13:58:35 +02:00
caching_hostname_resolver_ipv6.py Rename DNS_RESOLVER to TWISTED_DNS_RESOLVER (#7361) 2026-04-08 13:58:35 +02:00
default_name_resolver.py Unified download handler exceptions (#7208) 2026-01-21 23:09:54 +05:00
multi.py Support asynchronous start requests (#6729) 2025-05-07 19:04:03 +02:00
reactor_default.py Fix and ban the top-level twisted.internet.reactor imports. (#6835) 2025-05-28 15:53:52 +05:00
reactor_default_twisted_reactor_select.py Fix and ban the top-level twisted.internet.reactor imports. (#6835) 2025-05-28 15:53:52 +05:00
reactor_select.py Support asynchronous start requests (#6729) 2025-05-07 19:04:03 +02:00
reactor_select_subclass_twisted_reactor_select.py Support asynchronous start requests (#6729) 2025-05-07 19:04:03 +02:00
reactor_select_twisted_reactor_select.py Support asynchronous start requests (#6729) 2025-05-07 19:04:03 +02:00
reactorless.py Rename TWISTED_ENABLED to TWISTED_REACTOR_ENABLED. (#7394) 2026-04-02 10:20:54 +02:00
simple.py Foundations for the reactorless mode. (#7199) 2026-01-31 20:48:54 +05:00
sleeping.py Fix shutdown tests. (#6772) 2025-05-05 09:37:38 +02:00
twisted_reactor_asyncio.py adding black formatter to all the code 2022-11-29 11:30:46 -03:00
twisted_reactor_custom_settings.py adding black formatter to all the code 2022-11-29 11:30:46 -03:00
twisted_reactor_custom_settings_conflict.py Use twisted.python.log instead of failure.printTraceback(). 2023-09-13 18:20:42 +04:00
twisted_reactor_custom_settings_same.py adding black formatter to all the code 2022-11-29 11:30:46 -03:00
twisted_reactor_poll.py adding black formatter to all the code 2022-11-29 11:30:46 -03:00
twisted_reactor_select.py adding black formatter to all the code 2022-11-29 11:30:46 -03:00