Skip to content
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

Fix pytest warnings: Data Validation extension / Unknown extension #1209

Open
Tracked by #1224
tinatn29 opened this issue Dec 11, 2024 · 1 comment
Open
Tracked by #1224

Fix pytest warnings: Data Validation extension / Unknown extension #1209

tinatn29 opened this issue Dec 11, 2024 · 1 comment
Milestone

Comments

@tinatn29
Copy link
Contributor

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?

@sbillinge
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants