Skip to content

Commit

Permalink
Update scripts/freshvenvs.py
Browse files Browse the repository at this point in the history
Co-authored-by: Emmett Butler <723615+emmettbutler@users.noreply.github.com>
  • Loading branch information
quinna-h and emmettbutler committed Sep 23, 2024
1 parent a91d2a5 commit 48afe35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/freshvenvs.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def _get_updatable_packages_implementing(modules: typing.Set[str]) -> typing.Set
if package not in modules:
continue
if not _venv_sets_latest_for_package(v, package):
version_constrained_modules.add(package)
modules -= package

packages = {m for m in modules if "." not in m and m not in version_constrained_modules}
return packages
Expand Down

0 comments on commit 48afe35

Please sign in to comment.