Opened 10 years ago

Closed 9 years ago

#89 closed defect (invalid)

python: (2.7.6) missing unittest

Reported by: Lewis Rosenthal Owned by:
Priority: Feedback Pending Milestone:
Component: python Version:
Severity: Keywords:
Cc:

Description

For some reason, while unittest should be part of the base python installation, it does not seem to be included in the 2.7.6 rpm. This leads to a number of other things not being easily installable (including setuptools, which has its own additional set of issues).

I worked around this isue by simply copying the unittest dir from the source to %unixroot%/urs/lib/python2.7/unittest, though it should be included in the distro, I think.

Change History (2)

comment:1 Changed 9 years ago by Silvan Scherrer

Priority: minorFeedback Pending

shouldn't python-test include those files?

comment:2 Changed 9 years ago by Lewis Rosenthal

Resolution: invalid
Status: newclosed

I guess it's just a packaging thing between distros. I'm used to seeing this as part of the base rpm (at least on SuSE). CentOS/Fedora apparently have moved this in with the other tools in python-test. I should have looked harder. ;-)

Note: See TracTickets for help on using tickets.