Open
Description
Of our combination of supported interpreters, OS and architecture we are currently only testing a few without clear strategy (cf https://github.com/pypa/pip/pull/7247/files)
The goal would be to come up with a bunch of rules like:
- we only test the latest X minor PyPy versions
- we have at least one full test (with integration tests) on x86 for each OS (except MacOS where it doesn't make sense anymore)
- we test at least one PyPy version on each OS (and not only Linux)
- etc.