Skip to content

Commit

Permalink
chore: create test lockfile from pyproject and tests/requirements-tes…
Browse files Browse the repository at this point in the history
…ting.in
  • Loading branch information
kod-kristoff committed Oct 22, 2024
1 parent 65b2156 commit e5b05c1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ publish:
prepare-release: update-changelog tests/requirements-testing.lock

# we use lock extension so that dependabot doesn't pick up changes in this file
tests/requirements-testing.lock: tests/requirements-testing.in
uv pip compile $< --output-file $@
tests/requirements-testing.lock: pyproject.toml tests/requirements-testing.in
uv pip compile $^ --output-file $@

.PHONY: update-changelog
update-changelog: CHANGELOG.md
Expand Down
10 changes: 9 additions & 1 deletion tests/requirements-testing.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# This file was autogenerated by uv via the following command:
# uv pip compile tests/requirements-testing.in --output-file tests/requirements-testing.lock
# uv pip compile pyproject.toml tests/requirements-testing.in --output-file tests/requirements-testing.lock
diff-match-patch==20241021
# via parallel-corpus (pyproject.toml)
iniconfig==2.0.0
# via pytest
more-itertools==10.5.0
# via parallel-corpus (pyproject.toml)
packaging==24.1
# via pytest
pluggy==1.5.0
Expand All @@ -10,5 +14,9 @@ pytest==8.3.3
# via
# -r tests/requirements-testing.in
# syrupy
strenum==0.4.15
# via parallel-corpus (pyproject.toml)
syrupy==4.7.2
# via -r tests/requirements-testing.in
typing-extensions==4.12.2
# via parallel-corpus (pyproject.toml)

0 comments on commit e5b05c1

Please sign in to comment.