mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Drop Python 2 (1/n): remove unicode string and url_utils
This commit is contained in:
parent
272158944b
commit
1022228d95
112 changed files with 388 additions and 535 deletions
5
Makefile
5
Makefile
|
|
@ -213,10 +213,6 @@ gecko.driver:
|
|||
PHONY += test test.sh test.pylint test.pep8 test.unit test.coverage test.robot
|
||||
test: buildenv test.pylint test.pep8 test.unit gecko.driver test.robot
|
||||
|
||||
ifeq ($(PY),2)
|
||||
test.pylint:
|
||||
@echo "LINT skip liniting py2"
|
||||
else
|
||||
# TODO: balance linting with pylint
|
||||
|
||||
test.pylint: pyenvinstall
|
||||
|
|
@ -225,7 +221,6 @@ test.pylint: pyenvinstall
|
|||
searx/testing.py \
|
||||
searx/engines/gigablast.py \
|
||||
)
|
||||
endif
|
||||
|
||||
# ignored rules:
|
||||
# E402 module level import not at top of file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue