Skip to content

Commit

Permalink
Revert mypy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio committed Jun 15, 2022
1 parent 566e727 commit 98ce454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,8 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- python-version: "3.7"
tox-job: "mypy"
- python-version: "3.10"
tox-job: "docs"
python-version: ['3.10']
tox-job: ["mypy", "docs"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ deps =
{[testenv:min]deps}

[testenv:mypy]
basepython = python3.7
deps =
{[testenv:min]deps}
mypy==0.790

commands = mypy --ignore-missing-imports --no-warn-no-return scrapy_poet tests
Expand Down

0 comments on commit 98ce454

Please sign in to comment.