Skip to content

Commit

Permalink
Update dependency pytest-html==1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Karan Desai committed Aug 19, 2016
1 parent 4949024 commit 8e56f40
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda-requirements
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ numexpr==2.4.4
Cython==0.21
networkx==1.10
pytest==2.6.3
pytest-html==1.9.0
pytest-html==1.10.0
4 changes: 3 additions & 1 deletion tardis/tests/integration_tests/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ def __init__(self, dokuwiki_details):
"""
# Base class accepts a file path to save the report, but we pass an
# empty string and then delete it anyhow.
super(DokuReport, self).__init__(" ")
super(DokuReport, self).__init__(
logfile=" ", self_contained=True, has_rerun=False
)
del self.logfile

try:
Expand Down
2 changes: 1 addition & 1 deletion tardis_env27.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ dependencies:
- sphinxcontrib-bibtex
- sphinxcontrib-tikz
- coveralls
- pytest-html==1.9.0
- pytest-html==1.10.0

0 comments on commit 8e56f40

Please sign in to comment.