Skip to content

Commit

Permalink
Fix pex_test
Browse files Browse the repository at this point in the history
# Rust tests and lints will be skipped. Delete if not intended.
[ci skip-rust]

# Building wheels and fs_util will be skipped. Delete if not intended.
[ci skip-build-wheels]
  • Loading branch information
Christopher Neugebauer committed Sep 8, 2021
1 parent 2acde95 commit 1ea583a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/python/pants/backend/python/util_rules/pex_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,9 @@ class M:
invalid_reqs, invalid_constraints, uses_source_plugins, uses_project_ic
)

metadata = LockfileMetadata(expected_digest, InterpreterConstraints([expected_constraints]))
metadata = LockfileMetadata.new(
expected_digest, InterpreterConstraints([expected_constraints]), set()
)
requirements = _prepare_pex_requirements(
rule_runner,
lockfile_type,
Expand Down

0 comments on commit 1ea583a

Please sign in to comment.