Skip to content

Commit

Permalink
Pin pytest on 3.x -- we arent ready for pytest 4.0 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
dpkp committed Nov 17, 2018
1 parent 21d68c9 commit eae0edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ log_format = %(created)f %(filename)-23s %(threadName)s %(message)s

[testenv]
deps =
pytest
pytest<4.0
pytest-cov
py{27,34,35,36,py}: pylint
py{27,34,35,36,py}: pytest-pylint
Expand Down

1 comment on commit eae0edd

@jeffwidman
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for debugging this... I couldn't figure out why suddenly everything started failing!

Root problem here is the pytest fixtures need some cleaning up... that will be much easier after #1193 is merged

Please sign in to comment.