Skip to content

Commit

Permalink
Fix Pytest Run using bytes in wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Arellano committed Jul 29, 2018
1 parent 81f89af commit 4c74e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/backend/python/tasks/pytest_run.py
Expand Up @@ -152,7 +152,7 @@ def _validate_target(self, target):
class InvalidShardSpecification(TaskError):
"""Indicates an invalid `--test-shard` option."""

DEFAULT_COVERAGE_CONFIG = dedent(b"""
DEFAULT_COVERAGE_CONFIG = dedent("""
[run]
branch = True
timid = False
Expand Down

0 comments on commit 4c74e71

Please sign in to comment.