Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
sra_client.py: disable tests
Browse files Browse the repository at this point in the history
Due to problem with launch-kit-backend, documented at
0xProject/0x-launch-kit-backend#73
  • Loading branch information
feuGeneA committed Aug 8, 2019
1 parent d10fb09 commit 60bda02
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion python-packages/sra_client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,13 @@ def run_tests(self):
"""Invoke pytest."""
import pytest

exit(pytest.main(["--doctest-modules", "-rapP"]))
exit(pytest.main([
# "--doctest-modules",
# above line commented out due to a problem with launch kit,
# documented at
# https://github.com/0xProject/0x-launch-kit-backend/issues/73
"-rapP"
]))
# show short test summary at end ^


Expand Down

0 comments on commit 60bda02

Please sign in to comment.