Skip to content

Commit

Permalink
Fixup lock tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Oct 9, 2024
1 parent f173109 commit c23bf0a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/integration/cli/commands/test_lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -1544,7 +1544,8 @@ def test_excludes_pep517_build_requirements_issue_1565(tmpdir):
"resolver_version": "pip-legacy-resolver",
"style": "universal",
"transitive": true,
"use_pep517": null
"use_pep517": null,
"use_system_time": false
}
"""

Expand Down Expand Up @@ -1855,7 +1856,8 @@ def test_excludes_pep517_build_requirements_issue_1565(tmpdir):
"resolver_version": "pip-2020-resolver",
"style": "universal",
"transitive": true,
"use_pep517": null
"use_pep517": null,
"use_system_time": false
}
"""

Expand Down

0 comments on commit c23bf0a

Please sign in to comment.