Actions
Issue #3714
closedpulp_rpm unit tests failing due to rpmtools module rename to rpmtools_yum
Start date:
Due date:
Estimated time:
Severity:
3. High
Version:
Platform Release:
2.17.0
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Sprint 38
Quarter:
Description
The changes introduced here[0] did not fix the unit tests. The problem is only with the unit test itself.
======================================================================
ERROR: Failure: ImportError (No module named rpmtools)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/jenkins/.virtualenvs/test/lib/python2.7/site-packages/nose/loader.py", line 418, in loadTestsFromName
addr.filename, addr.module)
File "/home/jenkins/.virtualenvs/test/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/home/jenkins/.virtualenvs/test/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/home/jenkins/workspace/unittest-pulp_rpm-pr/node-type/f27-np/plugin/handlers/test/unit/handlers/test_rpmtools.py", line 8, in <module>
from pulp_rpm.handlers.rpmtools import (
ImportError: No module named rpmtools
Updated by dkliban@redhat.com almost 5 years ago
- Project changed from Pulp to RPM Support
- Priority changed from Normal to High
- Severity changed from 2. Medium to 3. High
- Tags deleted (
Pulp 3)
Updated by CodeHeeler almost 5 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 38
Updated by jortel@redhat.com almost 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to jortel@redhat.com
Added by jortel@redhat.com almost 5 years ago
Updated by jortel@redhat.com almost 5 years ago
- Status changed from ASSIGNED to POST
Updated by jortel@redhat.com almost 5 years ago
- Status changed from POST to MODIFIED
Applied in changeset 86866dbd70ac7582a52823316e220e99aefd83f6.
Updated by dkliban@redhat.com about 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Fix unit tests. closes #3714