Closed Bug 1454353 Opened 6 years ago Closed 6 years ago

fix pluggy hashes

Categories

(Socorro :: General, task, P1)

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: willkg, Assigned: willkg)

Details

Attachments

(1 file)

Socorro uses the pluggy Python library (more correctly, Socorro uses something that uses the pluggy library). Somehow yesterday they changed the uploads for version 0.6.0 and thus the hashes are different:

https://github.com/pytest-dev/pluggy/issues/135

CI, deploys, and building local dev environments will fail for Socorro until we fix this.

This bug covers fixing the situation.
This effectively halts development. It's the thing causing Ted's PR #4404 to fail CI.

Grabbing this and making it a P1.
Assignee: nobody → willkg
Priority: -- → P1
The problem looks like they pushed a .tar.gz of 0.6.0 in November 2017, but then pushed out wheel versions yesterday:

https://pypi.org/project/pluggy/0.6.0/#files

pip prefers wheels, so it grabs that and then it fails the hash because we don't have hashes for the wheels.
Commits pushed to master at https://github.com/mozilla-services/socorro

https://github.com/mozilla-services/socorro/commit/b00f8e047aad9a65b6d3859ea9fdde96c1edda47
fix bug 1454353 - add wheel hashes for pluggy

https://github.com/mozilla-services/socorro/commit/20e494dfb18d57da3a43ed52df480fa9413dfbfe
Merge pull request #4405 from willkg/1454353-pluggy

fix bug 1454353 - add wheel hashes for pluggy
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: