Opened 22 months ago
Closed 22 months ago
#66650 closed defect (wontfix)
Python interpreter is getting installed with unit tests
Reported by: | dgilman (David Gilman) | Owned by: | jmroot (Joshua Root) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | python310 |
Description
Doing a port contents python310 | grep test
I can see the test suite getting installed and byte-compiled, and also tests for some modules that seem to be shipped in the standard distribution (distlib etc).
Change History (3)
comment:1 Changed 22 months ago by jmroot (Joshua Root)
comment:2 Changed 22 months ago by dgilman (David Gilman)
Well if it is an expected part of the distribution this can be wontfixed, I was just surprised to find it in there
comment:3 Changed 22 months ago by jmroot (Joshua Root)
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
OK. The port is not asking for this specifically, it's just what happens by default, and matches what is installed by the official python.org pkg.
Note: See
TracTickets for help on using
tickets.
Yes, the test suite is part of the standard library. This has been the case since at least Python 2.3.