Actions
Issue #5985
closedStatus API reports incorrect versions installed for dev environments
Status:
CLOSED - WORKSFORME
Priority:
Low
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Using pulplift's box pulp3-source-fedora31 and pulpcore and pulp_file at these versions:
pulpcore==3.0.0
pulp_file==0.1.0
Then I query the status API I sometimes see:
"versions": [
{
"component": "pulpcore",
"version": "3.1.0.dev0"
},
{
"component": "pulp_file",
"version": "0.2.0.dev0"
}
]
An import from within the virtualenv confirms 3.0.0 is installed with:
$ python
>>> from pulpcore import __version__
>>> __version__
'3.0.0'
I traced the issue to the way it's checked, there is something it doesn't like about checking it here
Updated by bmbouter about 3 years ago
- Status changed from NEW to CLOSED - WORKSFORME
I think this is out of date. I tried to reproduce it, and I couldn't.
Actions