Skip to content

Commit

Permalink
build: dont install pytest-mypy on PyPy
Browse files Browse the repository at this point in the history
  • Loading branch information
msiemens committed May 8, 2020
1 parent 8a1a3ee commit e96d889
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
24 changes: 11 additions & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,7 @@ sphinx = "^2.2.1"
coveralls = "^1.8.2"
pytest-azurepipelines = "^0.8.0"
pyyaml = "^5.1.2"
pytest-mypy = "^0.4.1"

[tool.poetry.extras]
ci = ["pyyaml", "pytest-azurepipelines", "coveralls"]
pytest-mypy = { version = "^0.4.1", markers = "platform_python_implementation != 'PyPy'" }

[build-system]
requires = ["poetry>=0.12"]
Expand Down

0 comments on commit e96d889

Please sign in to comment.