Adds an environment to scenarios allowing a current Python version to be specified.
Adds support for displaying requires-python in packse view
Adds test scenarios for requires-python incompatibilities.
The environment can be used for platform information and such in the future, if we want to mock that.
Adds an
environment
to scenarios allowing a current Python version to be specified. Adds support for displayingrequires-python
inpackse view
Adds test scenarios forrequires-python
incompatibilities.The
environment
can be used for platform information and such in the future, if we want to mock that.