Skip to content

Commit

Permalink
bump minimal pytest version to 3.0
Browse files Browse the repository at this point in the history
pytest-runnner is seperately versioned, bumping to current
  • Loading branch information
renefritze committed Jan 16, 2017
1 parent f927a0e commit 1bca96c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-optional.txt
Expand Up @@ -8,6 +8,6 @@ pyopengl
pyside ; python_version == '2.7'
https://pymor.github.io/wheels/PySide-1.2.2-cp34-cp34m-linux_x86_64.whl ; python_version == '3.4'
https://pymor.github.io/wheels/PySide-1.2.2-cp35-cp35m-linux_x86_64.whl ; python_version == '3.5'
pytest>=2.7
pytest>=3.0
pytest-cov
pillow
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -2,5 +2,5 @@ Sphinx>=1.4.0
cython>=0.20.1
docopt
numpy>=1.8.1,<1.12
pytest-runner>=2.7
pytest-runner>=2.9
scipy>=0.13.3

0 comments on commit 1bca96c

Please sign in to comment.