Skip to content

Commit 6e0cf30

Browse files
committed
fixes
1 parent fc0f862 commit 6e0cf30

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers=[
2828
requires-python = '>=3.9.0'
2929
readme = "README.md"
3030
dependencies = [
31-
"ruff>=0.14.13",
31+
'PyYAML >= 5.0',
3232
]
3333

3434
[project.urls]

tests/test_connect.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@ async def test_connect_direct(self, tnt: TarantoolSyncInstance) -> None:
7575
finally:
7676
await conn.disconnect()
7777

78-
async def test_connect_unix(
79-
self, tnt: TarantoolSyncInstance, in_docker: bool
80-
) -> None:
78+
async def test_connect_unix(self, in_docker: bool) -> None:
8179
if in_docker:
8280
pytest.skip("Skipping as running inside docker")
8381

0 commit comments

Comments
 (0)