Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Update insetup_helper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Oct 17, 2019
1 parent 8c17817 commit 90a9a7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pyquickhelper/pycode/insetup_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def _filter_out_warning(out):
skip = skip or "RuntimeWarning: Config variable 'Py_DEBUG'" in line
skip = skip or "RuntimeWarning: Config variable 'WITH_PYMALLOC'" in line
skip = skip or "UserWarning: Unbuilt egg for Unknown" in line
skip = skip or "pkg_resources.working_set.add" in line
for mod in ['pyquickhelper', 'nbconvert', 'six']:
skip = skip or "UserWarning: Module {} was already imported".format(
mod) in line
Expand Down

0 comments on commit 90a9a7e

Please sign in to comment.