Skip to content

Commit

Permalink
pypy needs an older version of pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
texasaggie97-zz committed Aug 30, 2019
1 parent 3673d09 commit f1ae55d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ commands =
deps =
test: enum34;python_version<"3.4"
test: singledispatch;python_version<"3.4"
test: pytest
test: pytest==4.6.5;implementation_name=='pypy'
test: pytest;implementation_name=='cpython'
test: coverage
test: mock
test: mako
Expand Down

0 comments on commit f1ae55d

Please sign in to comment.