astral-sh / packse

Python packaging scenarios
Apache License 2.0
93 stars 9 forks source link

scenarios: add tests for Requires-Python #187

Closed BurntSushi closed 2 months ago

BurntSushi commented 2 months ago

This tests the interaction between Requires-Python and marker expressions like python_version and python_full_version. In both of these tests, the a dependency should be completely ignored because its corresponding marker expression will never evaluate to true.