Skip to content

Commit

Permalink
testing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
idomic committed Jun 1, 2022
1 parent c63a63a commit dd54fb3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/pull_request_template.md
Expand Up @@ -7,4 +7,3 @@ Closes #x
- [ ] I have performed a self-review of my code
- [ ] I have added thorough tests (when necessary).
- [ ] I have added the right documentation (when needed). Product update? If yes, write one line about this update.

2 changes: 0 additions & 2 deletions tests/cli/test_custom.py
Expand Up @@ -411,7 +411,6 @@ class FakeCallable:
])
def test_parse_doc_if_missing_numpydoc(docstring, expected_summary,
monkeypatch):

def _module_not_found(arg):
raise ModuleNotFoundError

Expand Down Expand Up @@ -483,7 +482,6 @@ def test_task_command_does_not_force_dag_render(tmp_nbs, monkeypatch):
monkeypatch.setattr(sys, 'argv', args)

class CustomParserWrapper(CustomParser):

def load_from_entry_point_arg(self):
dag, args = super().load_from_entry_point_arg()
dag_mock = MagicMock(wraps=dag)
Expand Down

0 comments on commit dd54fb3

Please sign in to comment.