From bf84fde8c32f2c186bcb08571c8f4db9c8e54c18 Mon Sep 17 00:00:00 2001 From: Christophe Haen Date: Thu, 29 Jul 2021 15:05:38 +0200 Subject: [PATCH] Release SQLAlchemy constraint --- config/requirements.txt | 3 +-- tests/integration/test_dyn_import.py | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/requirements.txt b/config/requirements.txt index 798141c..42992bd 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -46,8 +46,7 @@ requests>=2.9.1 selectors2 simplejson>=3.8.1 six>=1.10 -# Freeze until all problems with 1.4 are solved -sqlalchemy==1.3.* +sqlalchemy cachetools<4 # More recent version of stomp are python 3 only stomp.py==4.1.22 diff --git a/tests/integration/test_dyn_import.py b/tests/integration/test_dyn_import.py index f5b93b4..39e9481 100755 --- a/tests/integration/test_dyn_import.py +++ b/tests/integration/test_dyn_import.py @@ -56,6 +56,7 @@ 'irods', # not clear whether someone in DIRAC still uses it 'lfcthr', # used by the LFC plugins 'pathlib', # only used for Python 3 installations + 'asyncio', # only used for Python 3 installations ] # List of modules that need graphic libraries.