Skip to content

Commit

Permalink
deps: bump scmrepo minver to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pmrowla committed Aug 10, 2023
1 parent e9545c8 commit 0e53b4a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies = [
"requests>=2.22",
"rich>=12",
"ruamel.yaml>=0.17.11",
"scmrepo>=1.0.4,<2",
"scmrepo>=1.2.1,<2",
"shortuuid>=0.5",
"shtab<2,>=1.3.4",
"tabulate>=0.8.7",
Expand Down
12 changes: 12 additions & 0 deletions tests/unit/scm/test_scm.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ def _resolve_commit(rev):
commit_time_offset=0,
message="dummy",
parents=["dummy"],
committer_name="dummy",
committer_email="dummy",
author_name="dummy",
author_email="dummy",
author_time=datetime(2022, 6, 28).timestamp(),
author_time_offset=0,
)
if rev == rev_old:
raise SCMError
Expand All @@ -85,6 +91,12 @@ def _resolve_commit(rev):
commit_time_offset=0,
message="dummy",
parents=["dummy"],
committer_name="dummy",
committer_email="dummy",
author_name="dummy",
author_email="dummy",
author_time=datetime(2022, 6, 28).timestamp(),
author_time_offset=0,
)

mocker.patch(
Expand Down

0 comments on commit 0e53b4a

Please sign in to comment.