From 4be213541358207b92396daa4e5eca1d18d50357 Mon Sep 17 00:00:00 2001 From: Sebastiaan Huber Date: Sat, 26 Oct 2024 09:09:04 +0200 Subject: [PATCH] Dependencies: Pin `pytest==7.4.4` and `tornado==6.2` Other versions are causing tests to fail. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 035fca0f..8ee99347 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,11 +83,11 @@ deps = coverage gevent mock - pytest + pytest==7.4.4 pytest-cov pyyaml pyzmq>=17.0 - tornado>=5.0.2 + tornado==6.2 setenv = TESTING=1