Skip to content

Commit

Permalink
Exclude papermill test from flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
jadball committed Jan 22, 2025
1 parent f070c3c commit bddc12d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/papermill_test_notebooks.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# flake8: noqa
"""
Python script to automatically end-to-end test our Jupyter notebooks
Currently implemented: nothing (indev)
Expand Down Expand Up @@ -179,4 +180,4 @@ def test_pbp_route():

if __name__=='__main__':
print(ImageD11.__path__)
print(papermill.__path__)
print(papermill.__path__)

0 comments on commit bddc12d

Please sign in to comment.