Opened 10 years ago
Closed 10 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 by , 10 years ago
Priority: | minor → Feedback Pending |
---|
comment:2 by , 10 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
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. ;-)
shouldn't python-test include those files?