Merge pull request #5781 from Gallaecio/ci-clang

Remove Reppy from CI
This commit is contained in:
Andrey Rakhmatullin 2023-01-02 20:13:45 +05:00 committed by GitHub
commit 3e03004b3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 12 deletions

View File

@ -14,9 +14,7 @@ jobs:
- python-version: "3.11"
env:
TOXENV: flake8
# Pylint requires installing reppy, which does not support Python 3.9
# https://github.com/seomoz/reppy/issues/122
- python-version: 3.8
- python-version: "3.11"
env:
TOXENV: pylint
- python-version: 3.7

View File

@ -38,10 +38,7 @@ jobs:
env:
TOXENV: pypy3-pinned
# extras
# extra-deps includes reppy, which does not support Python 3.9
# https://github.com/seomoz/reppy/issues/122
- python-version: 3.8
- python-version: "3.11"
env:
TOXENV: extra-deps

View File

@ -63,8 +63,7 @@ commands =
flake8 {posargs:docs scrapy tests}
[testenv:pylint]
# reppy does not support Python 3.9+
basepython = python3.8
basepython = python3
deps =
{[testenv:extra-deps]deps}
pylint==2.15.6
@ -127,8 +126,7 @@ setenv =
{[pinned]setenv}
[testenv:extra-deps]
# reppy does not support Python 3.9+
basepython = python3.8
basepython = python3
deps =
{[testenv]deps}
boto
@ -136,7 +134,6 @@ deps =
# Twisted[http2] currently forces old mitmproxy because of h2 version
# restrictions in their deps, so we need to pin old markupsafe here too.
markupsafe < 2.1.0
reppy
robotexclusionrulesparser
Pillow>=4.0.0
Twisted[http2]>=17.9.0