Skip to content

Commit

Permalink
WIP: Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainmouquet committed Oct 9, 2024
1 parent dc223e1 commit 05a17f9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.13
3.12
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ install-local:
test:
@echo "Modified arguments: $(new_args)"
@if [ -z "$(COMMAND_ARGS)" ]; then \
uv run --python $${PYTHON_VERSION:-3.13} pytest -v --log-cli-level=INFO; \
uv run --python $${PYTHON_VERSION:-3.12} pytest -v --log-cli-level=INFO; \
else \
uv run --python $${PYTHON_VERSION:-3.13} pytest -v --log-cli-level=INFO $(new_args); \
uv run --python $${PYTHON_VERSION:-3.12} pytest -v --log-cli-level=INFO $(new_args); \
fi

# Lint command
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ dev-dependencies = [
"reattempt>=0.0.1",
"loguru>=0.7.2",
"pip>=24.2",
"asyncpg>=0.29.0",
]

[project.optional-dependencies]
Expand Down
2 changes: 2 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 05a17f9

Please sign in to comment.