Pin pytest to 3.4.x Closes #1170
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/34d2f0a6 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/34d2f0a6 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/34d2f0a6 Branch: refs/heads/trunk Commit: 34d2f0a61bb662526ea22e4cfa351ca21031c3a8 Parents: fcaa82f Author: Quentin Pradet <[email protected]> Authored: Sat Feb 3 07:52:32 2018 +0400 Committer: Anthony Shaw <[email protected]> Committed: Sat Feb 3 12:04:02 2018 +0800 ---------------------------------------------------------------------- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/34d2f0a6/requirements-tests.txt ---------------------------------------------------------------------- diff --git a/requirements-tests.txt b/requirements-tests.txt index b118ffd..b8db439 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -7,4 +7,4 @@ codecov coverage<4.0 requests requests_mock -pytest +pytest>=3.4,<3.5
