Skip to content

Commit

Permalink
Lock pytest to 5.0.1
Browse files Browse the repository at this point in the history
Due to a bug with VSCode running tests with pytest 5.1 fails, so
locking to 5.0.1 until that is fixed. See
microsoft/vscode-python#6990
  • Loading branch information
sindrehan committed Aug 29, 2019
1 parent 35be5e6 commit c054d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ python = "^3.7"
opencv-python = "^4.1"

[tool.poetry.dev-dependencies]
pytest = "^3.0"
pytest = "5.0.1"
autopep8 = "^1.4"
pep8 = "^1.7"

Expand Down

0 comments on commit c054d0e

Please sign in to comment.