Skip to content

Commit

Permalink
Avoid pytest 3.7.0+.
Browse files Browse the repository at this point in the history
This is an attempt to stop the bleeding noted in pantsbuild#6282.
  • Loading branch information
jsirois committed Jul 31, 2018
1 parent 4a4e481 commit 9e76575
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pants.ini
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,10 @@ resolver_blacklist: {
}


[pytest]
requirements: pytest>=3.0.7,<3.7


[test.pytest]
timeouts: true
timeout_default: 60
Expand Down

0 comments on commit 9e76575

Please sign in to comment.