Skip to content

Commit b76b2ab

Browse files
author
Roman
committed
update dev requirements
1 parent 32e26e1 commit b76b2ab

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pyproject.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,13 @@ requires = ["setuptools~=70.0.0", "wheel"]
4747
build-backend = "setuptools.build_meta"
4848

4949
[project.optional-dependencies]
50-
dev = ["pytest", "bittensor", "pytest-asyncio", "substrate-interface"]
50+
dev = [
51+
"bittensor",
52+
"pytest==8.3.5",
53+
"pytest-asyncio==0.26.0",
54+
"pytest-mock==3.14.0",
55+
"pytest-split==0.10.0",
56+
"pytest-xdist==3.6.1",
57+
"pytest-rerunfailures==10.2",
58+
"substrate-interface"
59+
]

0 commit comments

Comments
 (0)