Skip to content

Commit cbaadf6

Browse files
committed
Merge branch 'pkg-url' of https://github.com/ryanking13/micropip into pkg-url
2 parents 7533302 + 078dab0 commit cbaadf6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/integration/test_integration.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,8 @@ async def _run(selenium, url):
206206

207207
await micropip.install(f"typer[all] @ {url}")
208208

209+
import rich # noqa: F401
209210
import typer # noqa: F401
210-
import rich # noqa: F401
211-
212211

213212
# typer 0.10.0 has "[all]" dependency that comes with colorama, shellingham, and rich
214213
typer_0_10_0_url = "https://files.pythonhosted.org/packages/d9/07/8100c125307a26f03c305764f22cd995ae1878071ddf1df3588add73b53c/typer-0.10.0-py3-none-any.whl"

0 commit comments

Comments
 (0)