Skip to content

Commit

Permalink
Merge pull request #1 from ononoki1/revert-back-first
Browse files Browse the repository at this point in the history
Add cython<3 constraint
  • Loading branch information
ononoki1 authored Dec 30, 2024
2 parents 4c850ce + dc24b5d commit c69e15f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ ROOT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))

install:
python -m pip install --upgrade pip wheel setuptools
pip install "cython<3.0.0"
pip install "pyyaml==6.0" --no-build-isolation
pip install -r requirements.txt

install-update:
Expand All @@ -14,6 +16,6 @@ check:
python -m searxinstances.check

qa:
flake8 --max-line-length=120 --extend-ignore=E275 searxinstances tests
flake8 --max-line-length=120 searxinstances tests
pylint searxinstances tests
python -m pytest --cov-report html --cov=searxinstances tests -vv
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pylint==2.13.8
pytest==7.1.2
pytest-asyncio==0.18.3
pytest-cov==3.0.0
flake8==7.1.1
flake8==4.0.1
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
pyyaml==6.0.2
rfc3986==2.0.0

0 comments on commit c69e15f

Please sign in to comment.