Skip to content

Commit

Permalink
MNT: Note required version of pytest.
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplershift committed Dec 7, 2016
1 parent 093e539 commit bd2c547
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -50,7 +50,7 @@ Install metpy:

pip install .

Install py.test and make sure the tests pass:
Install py.test (at least version 2.4) and make sure the tests pass:

pip install pytest
py.test
Expand Down
2 changes: 1 addition & 1 deletion docs/source/developerguide.rst
Expand Up @@ -6,7 +6,7 @@ Developer's Guide
Requirements
------------

- pytest
- pytest >= 2.4
- flake8
- sphinx >= 1.3
- sphinx-rtd-theme >= 0.1.7
Expand Down
3 changes: 1 addition & 2 deletions environment.yml
Expand Up @@ -11,12 +11,11 @@ dependencies:
- netcdf4
- jupyter
- sphinx
- pytest
- pytest>=2.4
- pytest-cov
- pytest-flake8
- pytest-mpl
- pytest-runner
- flake8 != 3.2.0
- flake8-builtins
- flake8-comprehensions
- flake8-copyright
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -98,7 +98,7 @@ def run(self):
'dev': ['ipython[all]>=3.1'],
'doc': ['sphinx>=1.3', 'ipython[all]>=3.1'],
'examples': ['cartopy>=0.13.1'],
'test': ['pytest', 'pytest-runner', 'pytest-mpl', 'pytest-flake8',
'test': ['pytest>=2.4', 'pytest-runner', 'pytest-mpl', 'pytest-flake8',
'flake8>3.2.0', 'flake8-builtins',
'flake8-comprehensions', 'flake8-copyright',
'flake8-docstrings', 'flake8-import-order', 'flake8-mutable',
Expand Down

0 comments on commit bd2c547

Please sign in to comment.