Skip to content

Commit

Permalink
Update pytest
Browse files Browse the repository at this point in the history
VSCode issue was solved in latest insiders version
(microsoft/vscode-python#6990 (comment))
  • Loading branch information
sindrehan committed Sep 24, 2019
1 parent 6c06f47 commit f9cf1a5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
20 changes: 12 additions & 8 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ numpy = "^1.17"

[tool.poetry.dev-dependencies]
Jinja2 = "^2.10"
pytest = "5.0.1"
pytest = "^5.1"
pytest-mock = "^1.10"
invoke = "^1.3"
pytest-cov = "^2.7"
Expand Down

0 comments on commit f9cf1a5

Please sign in to comment.