Skip to content

Commit b83d939

Browse files
committed
Update requirements.
1 parent 9563eac commit b83d939

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/e2e-subtensor-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ jobs:
8888
uv venv .venv
8989
source .venv/bin/activate
9090
uv pip install .[dev]
91-
uv pip install pytest
9291
9392
- name: Download Cached Docker Image
9493
uses: actions/download-artifact@v4

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ dependencies = [
2525
"Jinja2",
2626
"pycryptodome>=3.0.0,<4.0.0",
2727
"PyYAML~=6.0.1",
28-
"pytest",
2928
"rich>=13.7,<15.0",
3029
"scalecodec==1.2.11",
3130
"typer>=0.12,<0.16",
@@ -38,6 +37,10 @@ dependencies = [
3837
cuda = [
3938
"torch>=1.13.1,<3.0",
4039
]
40+
dev = [
41+
"pytest",
42+
"pytest-asyncio",
43+
]
4144

4245
[project.urls]
4346
# more details can be found here

0 commit comments

Comments
 (0)