Skip to content

Commit

Permalink
Pin pytest version to avoid coverage exceptions (#506)
Browse files Browse the repository at this point in the history
* Pin pytest version to avoid coverage exceptions

* Fix comparison bug
  • Loading branch information
canyon289 authored and ahartikainen committed Jan 6, 2019
1 parent 063f57a commit cdfcf54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ pylint
pyro-ppl
tensorflow
tensorflow-probability
pytest
pytest == 4.0.2
pytest-cov
Sphinx
sphinx-bootstrap-theme
sphinx-gallery
travis-sphinx==2.0.0
travis-sphinx == 2.0.0
black; python_version == '3.6'

0 comments on commit cdfcf54

Please sign in to comment.