Commit f79cb4f
committed
Ignore bogus warnings
Hypothesis seems to walk all modules in sys.modules, and triggered the
following warnings:
.tox/py-tests/lib/python3.12/site-packages/hypothesis/internal/conjecture/providers.py:328
/home/hugo/src/github.com/pimutils/khal/.tox/py-tests/lib/python3.12/site-packages/hypothesis/internal/conjecture/providers.py:328: DeprecationWarning: urwid.lcd_display is moved to urwid.display.lcd
module_file := getattr(module, "__file__", None)
.tox/py-tests/lib/python3.12/site-packages/hypothesis/internal/conjecture/providers.py:328
/home/hugo/src/github.com/pimutils/khal/.tox/py-tests/lib/python3.12/site-packages/hypothesis/internal/conjecture/providers.py:328: DeprecationWarning: urwid.html_fragment is moved to urwid.display.html_fragment
module_file := getattr(module, "__file__", None)
.tox/py-tests/lib/python3.12/site-packages/hypothesis/internal/conjecture/providers.py:328
/home/hugo/src/github.com/pimutils/khal/.tox/py-tests/lib/python3.12/site-packages/hypothesis/internal/conjecture/providers.py:328: DeprecationWarning: urwid.web_display is moved to urwid.display.web
module_file := getattr(module, "__file__", None)
.tox/py-tests/lib/python3.12/site-packages/hypothesis/internal/conjecture/providers.py:328
/home/hugo/src/github.com/pimutils/khal/.tox/py-tests/lib/python3.12/site-packages/hypothesis/internal/conjecture/providers.py:328: DeprecationWarning: urwid.monitored_list is moved to urwid.widget.monitored_list
module_file := getattr(module, "__file__", None)
.tox/py-tests/lib/python3.12/site-packages/hypothesis/internal/conjecture/providers.py:328
/home/hugo/src/github.com/pimutils/khal/.tox/py-tests/lib/python3.12/site-packages/hypothesis/internal/conjecture/providers.py:328: DeprecationWarning: urwid.listbox is moved to urwid.widget.listbox
module_file := getattr(module, "__file__", None)
.tox/py-tests/lib/python3.12/site-packages/hypothesis/internal/conjecture/providers.py:328
/home/hugo/src/github.com/pimutils/khal/.tox/py-tests/lib/python3.12/site-packages/hypothesis/internal/conjecture/providers.py:328: DeprecationWarning: urwid.treetools is moved to urwid.widget.treetools
module_file := getattr(module, "__file__", None)
These are not really a problem; ignore them.1 parent dd82e34 commit f79cb4f
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
66 | 72 | | |
67 | 73 | | |
68 | 74 | | |
| |||
0 commit comments