Skip to content

Commit

Permalink
test(fetchPipMatadata): fix mistake in test
Browse files Browse the repository at this point in the history
  • Loading branch information
DavHau committed Jul 10, 2023
1 parent 49cc215 commit 7f4d72a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_extra_selected():

def test_platform_mismatch():
result = l.evaluate_requirements(
env=dict(sys_paltform="linux"),
env=dict(sys_platform="linux"),
reqs=dict(
root_package={Requirement("requests; sys_platform == 'darwin'")},
requests=set(),
Expand Down

0 comments on commit 7f4d72a

Please sign in to comment.