Skip to content

Commit 85458d4

Browse files
committed
pinning test deps
1 parent d8bdf7e commit 85458d4

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

llm_api_client/api_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import os
44
import copy
5-
import time
65
import threading
76
from typing import Any
87
from datetime import datetime

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ description = run unit tests
121121
deps =
122122
pytest>=8
123123
coverage>=7
124-
pytest-xdist
124+
pytest-xdist>=3
125125
commands =
126126
coverage erase
127127
coverage run -m pytest {posargs:tests}

requirements/tests.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
pytest
2-
coverage
1+
pytest>=8
2+
coverage>=7
33
flake8-pyproject
44
flake8
5-
mypy
5+
mypy>=1.0
66
isort
7-
pytest-xdist
7+
pytest-xdist>=3

0 commit comments

Comments
 (0)