Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aragilar committed Mar 1, 2017
1 parent f795d80 commit 7bb11fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytest_info_collector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def pytest_terminal_summary(self, terminalreporter, exitstatus):
"""
Hook for printing test info at the end of the run
"""
# pytest: disable=unused-argument
# pylint: disable=unused-argument
terminalreporter.section("Test Information")
for test, info in self._info.items():
for datum in info:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
envlist = py27,py33,py34,py35,py36,flake8,pylint,docs,check-manifest,checkreadme

[testenv]
commands = py.test --cov={envsitepackagesdir}/pytest_info_collector -s {posargs}
commands = py.test -p pytester --cov={envsitepackagesdir}/pytest_info_collector --runpytest=subprocess {posargs}
deps =
-rtest-requirements.txt

Expand Down

0 comments on commit 7bb11fc

Please sign in to comment.