Skip to content

Commit a93f3df

Browse files
committed
Dependencies: packaging required for testing
1 parent 900ac49 commit a93f3df

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)