We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5463825 commit 7a9db70Copy full SHA for 7a9db70
tests/functional/test_install_reqs.py
@@ -626,7 +626,7 @@ def test_install_distribution_full_union(
626
result = script.pip_install_local(
627
to_install, f"{to_install}[bar]", f"{to_install}[baz]"
628
)
629
- assert "Building wheel for LocalExtras" in result.stdout
+ assert "Building wheel for localextras" in result.stdout
630
result.did_create(script.site_packages / "simple")
631
result.did_create(script.site_packages / "singlemodule.py")
632
0 commit comments