Skip to content

Commit

Permalink
Pipfile, use pytest <6.0.0
Browse files Browse the repository at this point in the history
issue between pylint and pytest :
pytest-dev/pytest#7558
  • Loading branch information
Jocelyn Falempe committed Sep 18, 2020
1 parent 6da25fb commit 6ea2cd4
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 123 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Expand Up @@ -3,7 +3,7 @@
pyflakes = "*"
pylint = ">=1.8"
black = "==19.10b0"
pytest = ">=2.9.2"
pytest = "<6.0.0"
pipenv-to-requirements = ">=0.1.9"
"flake8-coding" = "*"
"flake8-comprehensions" = "*"
Expand Down

0 comments on commit 6ea2cd4

Please sign in to comment.