Skip to content

Commit

Permalink
Use patched pytest for Python 2.7 (for a moment)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolze committed May 29, 2021
1 parent e43c48e commit 0427a9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ cryptography = ">=2.3"
olefile = ">=0.45"

[tool.poetry.dev-dependencies]
pytest = [{ version = ">=6.2.1", python = "^3.6" }, { version = "^4.6.11", python = "^2.7" }]
pytest = [
{ version = ">=6.2.1", python = "^3.6" },
{ git = "https://github.com/nolze/pytest.git", branch = "4.6.x", python = "^2.7" },
]
black = { version = "^20.8b1", python = "^3.6" }
coverage = { extras = ["toml"], version = "^5.3.1" }

Expand Down

0 comments on commit 0427a9b

Please sign in to comment.