From 2d9ec4087b7429e8dd9408aecdccefd054a26328 Mon Sep 17 00:00:00 2001 From: Devin Burke Date: Fri, 12 Jul 2024 14:13:01 +0200 Subject: [PATCH] Updated pytango version to solve deprecation warning in calls to test_context --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cf59c4750f..b725b07fc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dev = [ "pydata-sphinx-theme>=0.12", "pyepics>=3.4.2", "pyside6==6.7.0", - "pytango", + "pytango>=10.0.0rc1", "pytest", "pytest-asyncio", "pytest-cov",