Skip to content

Commit

Permalink
Install pytest when running pylint against itself
Browse files Browse the repository at this point in the history
will help resolve
E0401: Unable to import 'pytest' (import-error)
  • Loading branch information
atodorov authored and PCManticore committed Nov 4, 2019
1 parent 3633b94 commit 61c5c60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ skip_missing_interpreters = true
deps =
git+https://github.com/pycqa/astroid@master
isort
pytest

commands = pylint -rn --rcfile={toxinidir}/pylintrc --load-plugins=pylint.extensions.docparams, pylint.extensions.mccabe {envsitepackagesdir}/pylint

Expand Down

0 comments on commit 61c5c60

Please sign in to comment.