Closed
Bug 1679857
Opened 5 years ago
Closed 5 years ago
Python Windows tests are failing
Categories
(Data Platform and Tools :: Glean: SDK, defect, P3)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mdroettboom, Assigned: mdroettboom)
Details
(Whiteboard: [telemetry:glean-rs:m?])
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•5 years ago
|
||
CircleCI is failing with the following:
Successfully installed pip-20.3 setuptools-50.3.2 wheel-0.35.1
Requirement already satisfied: pip in z:\home\circleci\project\winpython\lib\site-packages (from -r glean-core/python/requirements_dev.txt (line 10)) (20.3)
Collecting auditwheel==3.2.0
Downloading auditwheel-3.2.0.tar.gz (522 kB)
|████████████████████████████████| 522 kB 9.3 MB/s eta 0:00:01
Installing build dependencies ... - \ | done
Getting requirements to build wheel ... done
Preparing wheel metadata ... - done
WARNING: Requested auditwheel==3.2.0 from https://files.pythonhosted.org/packages/6d/bb/1ebb0c044c05da45ea015844413193a2b523fa720f4810ba229049b475be/auditwheel-3.2.0.tar.gz#sha256=374a42f5ed95aea02ce9e775bbc4abdf57e84054400bab063616f0ab9bb20ebe (from -r glean-core/python/requirements_dev.txt (line 1)), but installing version 0.0.0
ERROR: Requested auditwheel==3.2.0 from https://files.pythonhosted.org/packages/6d/bb/1ebb0c044c05da45ea015844413193a2b523fa720f4810ba229049b475be/auditwheel-3.2.0.tar.gz#sha256=374a42f5ed95aea02ce9e775bbc4abdf57e84054400bab063616f0ab9bb20ebe (from -r glean-core/python/requirements_dev.txt (line 1)) has different version in metadata: '0.0.0'
Exited with code exit status 1
CircleCI received exit code 1
This is perhaps an update of pip no longer liking the auditwheel package, but it's hard to say...
Summary: Python ' → Python Windows tests are failing
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → mdroettboom
Comment 2•5 years ago
|
||
| Assignee | ||
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•5 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Updated•5 years ago
|
Status: REOPENED → RESOLVED
Closed: 5 years ago → 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•