Skip to content

Commit

Permalink
Pin pylint and pytest till next pytest version
Browse files Browse the repository at this point in the history
The pylint not-callable error on pytest.mark.parametrize(...)
error is a recurring issue for pytest, but should be fixed now:
pytest-dev/pytest#7565

Did not make it in the 6.0.0 release, pin for now.
  • Loading branch information
lars-petter-hauge committed Jul 30, 2020
1 parent 1d064ee commit 7756b35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test_requirements.txt
@@ -1,4 +1,4 @@
pytest
pytest==5.4.3 # Fixed in https://github.com/pytest-dev/pytest/pull/7565
mock
zipp<2; python_version<='2.7'
configparser<5; python_version<='2.7'
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -17,7 +17,7 @@ commands = python -m pytest tests

[testenv:style]
deps = pre-commit
pylint
pylint==2.5.3 # Fixed in https://github.com/pytest-dev/pytest/pull/7565
black
flake8
{[testenv]deps}
Expand Down

0 comments on commit 7756b35

Please sign in to comment.