Skip to content

Commit

Permalink
Merge pull request #1013 from adamjstewart/deps/tests
Browse files Browse the repository at this point in the history
Dependencies: packaging required for testing
  • Loading branch information
adamjstewart authored Dec 24, 2024
2 parents 900ac49 + a93f3df commit 196bbe9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ docs = [
'sphinx-book-theme',
]
test = [
'packaging',
'pytest',
'pytest-cov',
'pytest-xdist',
Expand Down
3 changes: 2 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
packaging==24.2
pytest==8.3.4
pytest-xdist==3.6.1
pytest-cov==6.0.0
ruff==0.8.4
ruff==0.8.4

0 comments on commit 196bbe9

Please sign in to comment.