1
0
Эх сурвалжийг харах

Move to the latest pytest versions for Python 2 and 3

Signed-off-by: Lumír Balhar <[email protected]>
Lumir Balhar 6 жил өмнө
parent
commit
fb14f41ddb
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      requirements-dev.txt

+ 2 - 1
requirements-dev.txt

@@ -2,5 +2,6 @@ coverage==4.5.4
 ddt==1.2.2
 flake8==3.7.9
 mock==3.0.5
-pytest==3.6.3
+pytest==5.1.1; python_version >= '3.5'
+pytest==4.6.5; python_version < '3.5'
 pytest-cov==2.8.1