Skip to content

Commit 196bbe9

Browse files
authored
Merge pull request #1013 from adamjstewart/deps/tests
Dependencies: packaging required for testing
2 parents 900ac49 + a93f3df commit 196bbe9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ docs = [
3939
'sphinx-book-theme',
4040
]
4141
test = [
42+
'packaging',
4243
'pytest',
4344
'pytest-cov',
4445
'pytest-xdist',

requirements/test.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1+
packaging==24.2
12
pytest==8.3.4
23
pytest-xdist==3.6.1
34
pytest-cov==6.0.0
4-
ruff==0.8.4
5+
ruff==0.8.4

0 commit comments

Comments
 (0)