Skip to content

Commit

Permalink
fix: Use pytest 5.x
Browse files Browse the repository at this point in the history
Use pytest 5.x, not pytest 6.x.
Tests have not been updated for pytest 6.x.

Closes #148
  • Loading branch information
riddell-stan authored and ahartikainen committed Aug 19, 2020
1 parent 7f7fc01 commit 4b7d3be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ sphinx = { version = "^3.1.1", optional = true }
sphinx-rtd-theme = { version = "^0.5", optional = true }

[tool.poetry.dev-dependencies]
pytest = "^5.4"
pytest-cov = "^2.8"
pytest-asyncio = "^0.10"
pandas = "^1.0"
Expand Down

0 comments on commit 4b7d3be

Please sign in to comment.