python-trio / python-trio/trio
Don't run SSL tests on Windows x86
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 7.3k
- Forks
- 431
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 6
Description
BACKWARDS INCOMPATIBLE: Support for 32-bit Windows has been removed. Users should move to a 64-bit Python installation.
Originally posted by @A5rocks in https://github.com/python-trio/trio/pull/3463#discussion_r3503896588
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
Locate the SSL tests and the test-selection configuration for Windows x86, then inspect how the platform is identified. Exclude those tests for unsupported 32-bit Windows while keeping supported Windows and other platforms covered; run the relevant test suite to confirm the change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- operating-systems, testing
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100