-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#295: Made notebook-tests mandatory for merge #296
#295: Made notebook-tests mandatory for merge #296
Conversation
Additionally: Added logging options to pytest.ini for notebook tests
test/notebook_test_runner/test_notebooks_in_dss_docker_image.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Torsten Kilias <[email protected]>
modules = cleandoc( | ||
""" | ||
traitlets | ||
luigi-interface |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is actually weird that you see this at all, because the itde handles its logging itself and should by default log only on warning
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
However, it could be also, because it runs in pytest where logging is again a bit weird.
Closes #295
Closes #193
Closes #297