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 60baf01 commit 80e4787Copy full SHA for 80e4787
1 file changed
tests/test_binary.py
@@ -310,8 +310,8 @@ def test_binary_dry_run_passes_through_to_provider_without_installing(self):
310
assert updated.loaded_version == SemVer("999.999.999")
311
assert provider.load("black", quiet=True, no_cache=True) is None
312
313
- with pytest.raises(BinaryUninstallError):
314
- binary.uninstall(dry_run=True)
+ removed = binary.uninstall(dry_run=True)
+ assert removed.loaded_abspath is None
315
316
317
def test_binary_dry_run_install_does_not_update_stale_existing_binary(self):
0 commit comments