Skip to content

Commit

Permalink
stop pytest from capturing output
Browse files Browse the repository at this point in the history
As title
  • Loading branch information
esc committed Mar 10, 2022
1 parent 2ff1250 commit dd7cb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion switchboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def install_command(self):

@property
def test_command(self):
return "pytest datashader"
return "pytest -s datashader"


class PandasTests(CondaTarget):
Expand Down

0 comments on commit dd7cb75

Please sign in to comment.