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
src/regolith/tests/test_builders.py::test_builder[fs-recent-collabs]
src/regolith/tests/test_builders.py::test_builder_python[recent-collabs-fs]
/Users/Baitong/opt/anaconda3/envs/rego_env_311_new/lib/python3.11/site-packages/openpyxl/worksheet/_reader.py:329: UserWarning: Data Validation extension is not supported and will be removed
warn(msg)
src/regolith/tests/test_builders.py::test_builder[fs-recent-collabs]
src/regolith/tests/test_builders.py::test_builder_python[recent-collabs-fs]
/Users/Baitong/opt/anaconda3/envs/rego_env_311_new/lib/python3.11/site-packages/openpyxl/worksheet/_reader.py:329: UserWarning: Unknown extension is not supported and will be removed
warn(msg)
Proposed solution
find out what these messages mean... and fix them?
The text was updated successfully, but these errors were encountered:
These are problems in openpyx. It will have to be fixed by openpyx, but we could look at that project and see how active it is. Also, make sure we are not pinning to an old version or something.
Problem
src/regolith/tests/test_builders.py::test_builder[fs-recent-collabs]
src/regolith/tests/test_builders.py::test_builder_python[recent-collabs-fs]
/Users/Baitong/opt/anaconda3/envs/rego_env_311_new/lib/python3.11/site-packages/openpyxl/worksheet/_reader.py:329: UserWarning: Data Validation extension is not supported and will be removed
warn(msg)
src/regolith/tests/test_builders.py::test_builder[fs-recent-collabs]
src/regolith/tests/test_builders.py::test_builder_python[recent-collabs-fs]
/Users/Baitong/opt/anaconda3/envs/rego_env_311_new/lib/python3.11/site-packages/openpyxl/worksheet/_reader.py:329: UserWarning: Unknown extension is not supported and will be removed
warn(msg)
Proposed solution
find out what these messages mean... and fix them?
The text was updated successfully, but these errors were encountered: