Skip to content

Commit

Permalink
Use pyflakes to avoid test dependency on mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Jan 8, 2020
1 parent be406f2 commit 8359400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atest/03_Notebook.robot
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Python
Foregin Extractors
[Setup] Reset Application State
Setup Notebook Python Foreign extractors.ipynb
@{diagnostics} = Create List Failed to parse expression Name 'valid' is not defined (mypy) Trailing whitespace is superfluous. (lintr)
@{diagnostics} = Create List Failed to parse expression undefined name 'valid' (pyflakes) Trailing whitespace is superfluous. (lintr)
FOR ${diagnostic} IN @{diagnostics}
Wait Until Page Contains Element css:.cm-lsp-diagnostic[title="${diagnostic}"] timeout=30s
Capture Page Screenshot 0x-${diagnostic}.png
Expand Down

0 comments on commit 8359400

Please sign in to comment.