Skip to content

Commit

Permalink
Don't repeat an extra format when testing canonicalization
Browse files Browse the repository at this point in the history
Using the same non-canonical format could obscure a bug
that wouldn't surface if they happened to match.
  • Loading branch information
AndydeCleyre committed Jan 8, 2024
1 parent dcaf61e commit c810c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -2395,7 +2395,7 @@ def test_canonicalize_extras(pip_conf, runner, tmp_path, make_package, make_whee
make_wheel(pkg, dists_dir)

with open("requirements.in", "w") as req_in:
req_in.write("fake-sqlalchemy[fake-postgresql_psycoPG2BINARY]\n")
req_in.write("fake-sqlalchemy[FAKE_postgresql-psycopg2binary]\n")

out = runner.invoke(
cli,
Expand Down

0 comments on commit c810c78

Please sign in to comment.