Add split install targets to install tests separately from lib
Open
Nobody has claimed this yet.
3.10
build
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 43282 |
|---|---|
| Nosy | @vstinner, @eli-schwartz |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None
closed_at = None
created_at = <Date 2021-02-21.04:49:05.806>
labels = ['type-feature', '3.10', 'build']
title = 'Add split install targets to install tests separately from lib'
updated_at = <Date 2021-04-11.22:17:47.499>
user = 'https://github.com/eli-schwartz'
bugs.python.org fields:
activity = <Date 2021-04-11.22:17:47.499>
actor = 'eschwartz'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Build']
creation = <Date 2021-02-21.04:49:05.806>
creator = 'eschwartz'
dependencies = []
files = []
hgrepos = []
issue_num = 43282
keywords = []
message_count = 3.0
messages = ['387438', '387453', '390801']
nosy_count = 2.0
nosy_names = ['vstinner', 'eschwartz']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue43282'
versions = ['Python 3.10']
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no source files, tests, or build entry points. Start by locating CPython's install-target definitions and existing install tests, then determine how separate library and test targets should behave. Done means the requested split targets exist and the install tests can be installed separately from the library.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100