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

BUG: Restore commented extras_require in install.rst #252

Open
rstoneback opened this issue Dec 20, 2024 · 0 comments
Open

BUG: Restore commented extras_require in install.rst #252

rstoneback opened this issue Dec 20, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@rstoneback
Copy link
Collaborator

Description

RTD and the documentation checks are currently unhappy with the extras_require in install.rst . Currently commented out. Restore once RTD and such sorts themselves out.

To Reproduce this bug:

Steps to reproduce the behavior:

  1. Run unit tests with extras_require in install.rst
  2. RTD will produce an error

Error:
Exception occurred:
File "/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/tomli/_parser.py", line 716, in parse_value
return parse_inline_table(src, pos, parse_float, nest_lvl + 1)
TypeError: TomlDecoder.loads.._parse_inline_table() takes 3 positional arguments but 4 were given

Test configuration

  • online unit tests

Additional context

Add any other context about the problem here, including expected behaviour.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant