Skip to content

Commit

Permalink
Add minimum versions for pytest-datadir and pytest-mock
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Dec 19, 2024
1 parent 655af1b commit 8ed065f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
python-version: ['3.9', '3.10', '3.11', '3.12']
resolution: ['highest']
# Include a job with minimum supported aiida-version,
# achieved via uv's resolution strategy
# achieved via uv's resolution strategy, see:
# https://docs.astral.sh/uv/reference/settings/#resolution
include:
- python-version: '3.9'
resolution: 'lowest-direct'
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ docs = ["sphinx", "sphinx-rtd-theme"]
tests = [
"pgtest~=1.3.1",
"aiida-diff~=2.0.0",
"pytest-datadir",
"pytest-mock",
"pytest-datadir~=1.4",
"pytest-mock~=3.11",
"pytest-cov>=4.0",
]
pre_commit = [
Expand Down

0 comments on commit 8ed065f

Please sign in to comment.