Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffknupp committed Jul 23, 2017
1 parent 4380c53 commit a5d5677
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pandas/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ def pytest_runtest_setup(item):
pytest.skip("skipping due to --skip-network")

if 'high_memory' in item.keywords and not item.config.getoption(
"--run-highmemory"):
pytest.skip(
"skipping high memory test since --run-highmemory was not set")
"--run-highmemory"):
pytest.skip(
"skipping high memory test since --run-highmemory was not set")


# Configurations for all tests and all test modules
Expand Down

0 comments on commit a5d5677

Please sign in to comment.