Skip to content

Commit

Permalink
scenarios: mark requires-python tests as satisfiable
Browse files Browse the repository at this point in the history
This was an oversight when I initially wrote the tests. They are of
course satisfiable. We are just checking to make sure the `a` dependency
is filtered out by our `Requires-Python` specifier.
  • Loading branch information
BurntSushi committed Jun 12, 2024
1 parent afad52b commit 0875f63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scenarios/fork/requires-python-full-prerelease.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ a pre-release version.
universal = true

[expected]
satisfiable = false
satisfiable = true

[environment]
python = "3.12"
Expand Down
2 changes: 1 addition & 1 deletion scenarios/fork/requires-python-full.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ instead of the more common `python_version` marker.
universal = true

[expected]
satisfiable = false
satisfiable = true

[environment]
python = "3.12"
Expand Down
2 changes: 1 addition & 1 deletion scenarios/fork/requires-python.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exclusion of dependency specifications that cannot possibly satisfy it.
universal = true

[expected]
satisfiable = false
satisfiable = true

[environment]
python = "3.12"
Expand Down

0 comments on commit 0875f63

Please sign in to comment.