Skip to content

Commit

Permalink
Temporarily pin pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
astrojuanlu committed Jun 2, 2019
1 parent 9ebe6b3 commit 6c86662
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dev =
nbsphinx
pycodestyle
pytest-cov<2.6.0
pytest>=3.2
pytest>=3.2,<4.6
sphinx
sphinx_rtd_theme>=0.4.3
nbsphinx
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ usedevelop = false
deps =
pytest-cov
ipywidgets
pytest<4.6
skip_install = false
commands =
{posargs:pytest --cov --cov-report=term-missing -vv src/poliastro/tests}
Expand Down

0 comments on commit 6c86662

Please sign in to comment.