-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
documentationImprove or add to documentationImprove or add to documentationtestsUnit tests and/or continuous integrationUnit tests and/or continuous integration
Description
Here's an example build that's failing https://app.readthedocs.org/projects/dask/builds/27995978/
This is the traceback we've got (there's an issue when installing numpydoc):
INFO: pip is still looking at multiple versions of numpydoc to determine which version is compatible with other requirements. This could take a while.
--
242 | Downloading numpydoc-0.7.0.tar.gz (19 kB)
243 | Preparing metadata (setup.py): started
244 | Preparing metadata (setup.py): finished with status 'done'
245 | Downloading numpydoc-0.6.0.zip (39 kB)
246 | Preparing metadata (setup.py): started
247 | Preparing metadata (setup.py): finished with status 'done'
248 | Downloading numpydoc-0.5.tar.gz (32 kB)
249 | Preparing metadata (setup.py): started
250 | Preparing metadata (setup.py): finished with status 'done'
251 | Downloading numpydoc-0.4.tar.gz (28 kB)
252 | Preparing metadata (setup.py): started
253 | Preparing metadata (setup.py): finished with status 'error'
254 | error: subprocess-exited-with-error
255 |
256 | × python setup.py egg_info did not run successfully.
257 | │ exit code: 1
258 | ╰─> [1 lines of output]
259 | error in numpydoc setup command: "values of 'package_data' dict" must be of type <tuple[str, ...] \| list[str]> (got 'tests')
260 | [end of output]
261 |
262 | note: This error originates from a subprocess, and is likely not a problem with pip.
263 | error: metadata-generation-failed
264 |
265 | × Encountered error while generating package metadata.
266 | ╰─> See above for output.
267 |
268 | note: This is an issue with the package mentioned above, not pip.
269 | hint: See above for details.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprove or add to documentationImprove or add to documentationtestsUnit tests and/or continuous integrationUnit tests and/or continuous integration