Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Nov 7, 2018
2 parents 59e95e2 + 166b43e commit 5cd07ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
11 changes: 0 additions & 11 deletions conftest.py
Original file line number Diff line number Diff line change
@@ -1,12 +1 @@
collect_ignore = ['examples']


def pytest_configure():
workaround_sugar_issue_159()


def workaround_sugar_issue_159():
"https://github.com/Frozenball/pytest-sugar/159"
import pytest_sugar
pytest_sugar.SugarTerminalReporter.pytest_runtest_logfinish = \
lambda self: None
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ minversion = 2.4
install_command = python pip-10-install.py {opts} {packages}
deps =
setuptools>=31.0.1
pytest-sugar-bugfix159
commands =
pytest {posargs}
python setup.py checkdocs
Expand Down

0 comments on commit 5cd07ea

Please sign in to comment.