You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Furthermore, we need to make the "since" parameter an interface that allows arbitrary types to be implemented so "serial" can be used as a "since" parameter.
To allow commits to flow the test TestPyPIArtifactsLive will be disabled.
The text was updated successfully, but these errors were encountered:
* Pass in the correct error to Fatalf so we know what is broken.
Signed-off-by: Caleb Brown <[email protected]>
* Disable TestPyPIArtifactsLive temporarily until #417 is fixed.
Signed-off-by: Caleb Brown <[email protected]>
---------
Signed-off-by: Caleb Brown <[email protected]>
PyPI deprecated the
changelog
XMLRPC response (https://warehouse.pypa.io/api-reference/xml-rpc.html#changelog-since-with-ids-false) which now returns an error.This code needs to be moved to
changelog_since_serial
(https://warehouse.pypa.io/api-reference/xml-rpc.html#changelog-since-serial-since-serial).Furthermore, we need to make the "since" parameter an interface that allows arbitrary types to be implemented so "serial" can be used as a "since" parameter.
To allow commits to flow the test
TestPyPIArtifactsLive
will be disabled.The text was updated successfully, but these errors were encountered: