Skip to content

Commit

Permalink
Dependencies: packaging required for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Dec 24, 2024
1 parent 900ac49 commit a93f3df
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 a93f3df

Please sign in to comment.