10000 Update PyTest to v5.x to avoid attr incompatibility. (#2428) · rmardiko/python-docs-samples@aaf87a9 · GitHub
[go: up one dir, main page]

Skip to content

Commit aaf87a9

Browse files
authored
Update PyTest to v5.x to avoid attr incompatibility. (GoogleCloudPlatform#2428)
* recent 19.2.0 attr release is incompatible with our version of pytest * update pytest to v5
1 parent 5a7804b commit aaf87a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mock==2.0.0
66
mysql-python==1.2.5; python_version < "3.0"
77
PyCrypto==2.6.1
88
pytest-cov==2.6.1
9-
pytest==4.2.0
9+
pytest==5.2.0
1010
pyyaml==3.13
1111
responses==0.10.5
1212
WebTest==2.0.32

0 commit comments

Comments
 (0)
0