Skip to content

Commit 9c80835

Browse files
committed
updated test dep versions
Signed-off-by: Max Chesterfield <max.chesterfield@zepben.com>
1 parent aaaaea9 commit 9c80835

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@
3838

3939
[project.optional-dependencies]
4040
test = [
41-
"pytest==7.1.2",
42-
"pytest-cov==2.10.1",
43-
"pytest-asyncio==0.19.0",
44-
"pytest-timeout==1.4.2",
45-
"hypothesis==6.56.3",
46-
"grpcio-testing==1.61.3",
47-
"pylint==2.14.5",
48-
"six==1.16.0",
41+
"pytest==8.3.5",
42+
"pytest-cov==6.1.1",
43+
"pytest-asyncio==0.26.0",
44+
"pytest-timeout==2.4.0",
45+
"hypothesis==6.131.18",
46+
"grpcio-testing>=1.61.3,<=1.71.0",
47+
"pylint==3.3.7",
4948
"tox"
5049
]
5150
build = [
52-
"build>=1.2.0"
51+
"build>=1.2.0",
52+
"wheel"
5353
]
5454

5555
[tool.setuptools.packages.find]

test/services/network/translator/test_network_translator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202

203203
@pytest.mark.timeout(100000)
204204
@given(**types_to_test)
205-
@settings(suppress_health_check=[HealthCheck.too_slow, HealthCheck.large_base_example])
205+
@settings(suppress_health_check=[HealthCheck.too_slow, HealthCheck.large_base_example, HealthCheck.data_too_large])
206206
def test_network_service_translations(**kwargs):
207207
#
208208
# NOTE: To prevent the `assume` required for the location from making this test take way too long, it has been separated out.

0 commit comments

Comments
 (0)