Skip to content

Commit

Permalink
Merge pull request #20 from yuvipanda/fix/syntax-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Apr 25, 2020
2 parents 9910f75 + 0839968 commit e9a209e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pip install -r dev-requirements.txt
pip install -r requirements_dev.txt
pytest tests/
1 change: 0 additions & 1 deletion binderbot/binderbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ async def run_code(self, code):
self.log.msg(
'WS: Unexpected message type',
action='code-execute', phase='failure',
iteration=iteration,
message_type=msg_text.type, message=str(msg_text),
duration=time.monotonic() - exec_start_time
)
Expand Down
2 changes: 0 additions & 2 deletions tests/test_binderbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ def example_nb_data():
'nbformat_minor': 4}
return nbformat.from_dict(nbdata)

return tmpdir


def test_cli_upload_execute_download(tmp_path, example_nb_data):
"""Test the CLI."""
Expand Down

0 comments on commit e9a209e

Please sign in to comment.