Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Remove pytest-catchlog from dependences. #961

Merged
merged 2 commits into from
Feb 20, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ def _get_readme():
],
extras_require={
'tests': [
'pytest>=3.0.0,<4.0',
'pytest-catchlog>=1.2.2,<2.0',
'pytest>=3.3.0,<4.0',
'pytest-cov>2.0,<3.0',
'pytest-xdist>=1.14,<2.0',
'pycodestyle>=2.3.1',
Expand Down
5 changes: 0 additions & 5 deletions tests/unit/rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@
fail_on_log_warnings = pytest.fixture(autouse=True)(fail_on_log_warnings)


# This will get pulled in automaticaly, but if we declare it we'll get
# better error messages if something goes wrong:
pytest_plugins = 'pytest_catchlog'


@pytest.fixture(autouse=True)
def configure():
"""Set up the HIL config."""
Expand Down