1
0
mirror of https://github.com/searx/searx synced 2024-12-11 16:35:20 +01:00
searx/tests/unit
Noémi Ványi 85034b49ef
Remove httpx and use requests instead (#3305)
## What does this PR do?

This PR prepares for removing `httpx`, and reverts back to `requests`.

## Why is this change important?

`httpx` hasn't proven itself to be faster or better than `requests`. On the other
hand it has caused issues on Windows.

=============================================
Please update your environment to use requests instead of httpx.
=============================================
2022-07-30 20:56:56 +02:00
..
engines
settings
__init__.py
test_answerers.py
test_engines_init.py Remove httpx and use requests instead (#3305) 2022-07-30 20:56:56 +02:00
test_external_bangs.py Bump pylint from 2.10.2 to 2.12.2 (#3124) 2022-01-15 20:23:09 +01:00
test_plugins.py
test_poolrequests.py Remove httpx and use requests instead (#3305) 2022-07-30 20:56:56 +02:00
test_preferences.py
test_query.py Remove httpx and use requests instead (#3305) 2022-07-30 20:56:56 +02:00
test_results.py [enh] Improve ranking based on language (#3053) 2021-11-15 20:31:22 +01:00
test_search.py [mod] searx.search.EngineRef: remove from_bang parameter 2020-12-18 12:29:48 +01:00
test_settings_loader.py
test_standalone_searx.py Add searx_extra package 2021-03-04 11:59:14 +01:00
test_utils.py Bump pylint from 2.9.6 to 2.10.2 2021-08-22 20:53:12 +02:00
test_webadapter.py [mod] split searx.search into different processors 2020-12-17 11:39:36 +01:00
test_webapp.py Remove httpx and use requests instead (#3305) 2022-07-30 20:56:56 +02:00
test_webutils.py Updated webutils.highlight_content to ignore double-quotes when highlighting query parts 2021-02-08 23:58:54 -05:00