Skip to content

Commit

Permalink
Update eng/tox/install_depend_packages.py
Browse files Browse the repository at this point in the history
Co-authored-by: McCoy Patiño <39780829+mccoyp@users.noreply.github.com>
  • Loading branch information
scbedd and mccoyp authored Oct 2, 2024
1 parent 150b282 commit e5621fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/tox/install_depend_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def install_dependent_packages(setup_py_file_path, dependency_type, temp_dir):

logging.info("%s released packages: %s", dependency_type, released_packages)

additionalFilterFn = None
additional_filter_fn = None
if dependency_type == "Minimum":
additionalFilterFn = handle_incompatible_minimum_dev_reqs

Expand Down

0 comments on commit e5621fa

Please sign in to comment.