Browse Source

Move to the latest pytest versions for Python 2 and 3

Signed-off-by: Lumír Balhar <[email protected]>
Lumir Balhar 6 years ago
parent
commit
fb14f41ddb
1 changed files with 2 additions and 1 deletions
  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