This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 947e55835027ac6a6b17a0c279fca8b13b31e1f6 Author: Tomaz Muraus <[email protected]> AuthorDate: Tue Oct 8 22:51:19 2019 +0200 Upgrade pytest to the latest stable version which still works with Python 2. --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 040d1a0..d20be44 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -7,5 +7,5 @@ codecov coverage<4.0 requests requests_mock -pytest>=3.4,<3.5 +pytest==4.6.5 cryptography==2.6.1
