-
-
Notifications
You must be signed in to change notification settings - Fork 118
Tests failing due to updated tabulate library #501
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
Comments
Here's the new Tabulate release: |
Now the 3.6 tests fail - because the new release of tabulate dropped support for that Python version (so on Python 3.6 you get an older version): https://github.com/simonw/sqlite-utils/actions/runs/3275842849/jobs/5391181675 https://github.com/astanin/python-tabulate/blame/20c6370d5da2dae89b305bfb6c7f12a0f8b7236c/pyproject.toml#L22 shows minimum is 3.7 now. |
I'm going to skip the cog test on Python 3.6 to address this. The documentation on the website will show the available list of options for 3.7 and higher. |
Tests pass now. Updated docs:
|
Failure here: https://github.com/simonw/sqlite-utils/actions/runs/3275786702/jobs/5391063221
I figured out the problem:
The text was updated successfully, but these errors were encountered: