| Summary: | tests package is installed stupidly | ||
|---|---|---|---|
| Product: | papyon | Reporter: | Dirkjan Ochtman <dirkjan> |
| Component: | general | Assignee: | papyon-bugs |
| Status: | NEW --- | QA Contact: | |
| Severity: | minor | ||
| Priority: | medium | ||
| Version: | unspecified | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
iirc they've been removed in 0.5.5, please try that version 2011/5/6 <bugzilla-daemon@freedesktop.org>: > https://bugs.freedesktop.org/show_bug.cgi?id=36895 > > Summary: tests package is installed stupidly > Product: papyon > Version: unspecified > Platform: Other > OS/Version: All > Status: NEW > Severity: minor > Priority: medium > Component: general > AssignedTo: papyon-bugs@lists.freedesktop.org > ReportedBy: dirkjan@ochtman.nl > > > 0.5.4 installs the tests in site-packages/tests. This is obviously not a good > idea: at the very least, prone to collisions with some other packages. It seems > to happen because the package finding code in setup.py correctly finds the > tests package and then installs it. > > I think there are two viable options of resolving this: > > don't install the tests > move the tests into the papyon package > > I'd be happy to contribute a patch, but I don't think that would be the sticky > point here. > > -- > Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email > ------- You are receiving this mail because: ------- > You are the assignee for the bug. > _______________________________________________ > papyon-bugs mailing list > papyon-bugs@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/papyon-bugs > |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
0.5.4 installs the tests in site-packages/tests. This is obviously not a good idea: at the very least, prone to collisions with some other packages. It seems to happen because the package finding code in setup.py correctly finds the tests package and then installs it. I think there are two viable options of resolving this: don't install the tests move the tests into the papyon package I'd be happy to contribute a patch, but I don't think that would be the sticky point here.