Check whether any of our known bundled code needs to be updated for a new upstream release.
This test can error in the following ways:
test/sanity/code-smell/update-bundled.py
. This typically happens when a new bundled
library is added. Add the file to the get_bundled_libs() function in the update-bundled.py
test script to solve this error._BUNDLED_METADATA has the following fields:
pypi_name: | Name of the bundled package on pypi |
---|---|
version: | Version of the package that we are including here |
version_constraints: | |
Optional PEP440 specifier for the version range that we are bundling. Currently, the only valid use of this is to follow a version that is compatible with the Python stdlib when newer versions of the pypi package implement a new API. |