Skip to content

Commit

Permalink
Pin pytest packages to avoid INTERNALERROR
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinvis committed Nov 17, 2020
1 parent fac0bec commit d0ebe98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ docs =
importlib_metadata; python_version < "3.8"

tests =
pytest >= 4.6
pytest >= 6.0.0
pytest-cov
pytest-xdist
pytest-xdist >= 2.0.0

dev =
%(docs)s
Expand Down

0 comments on commit d0ebe98

Please sign in to comment.