Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove extras from user-supplied constraints in backtracking resolver #1808

Merged
Prev Previous commit
Next Next commit
Formatting
  • Loading branch information
thomdixon committed Feb 21, 2023
commit 68f63506b420c9dffc8137d398a8a71731a58f1c
4 changes: 2 additions & 2 deletions tests/test_cli_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -972,8 +972,8 @@ def test_upgrade_package_with_extra(runner, make_package, make_sdist, tmpdir):
"--no-emit-options",
"--no-build-isolation",
"--upgrade-package",
"test-package-1[more]"
]
"test-package-1[more]",
],
)

assert out.exit_code == 0, out
Expand Down