You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the basic dash test from the documentation, I get the following warning.
tests/test_website.py::test_001_child_with_0
C:\Users\ethopon\AppData\Local\pypoetry\Cache\virtualenvs\poetry-demo-VBrwyLAy-py3.10\lib\site-packages\flask\scaffold.py:50: DeprecationWarning:
'before_first_request' is deprecated and will be removed in Flask 2.3. Run setup code while creating the application instead.
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
Expected behavior
I expect to get no warnings.
The text was updated successfully, but these errors were encountered:
Describe the bug
When running the basic dash test from the documentation, I get the following warning.
Expected behavior
I expect to get no warnings.
The text was updated successfully, but these errors were encountered: