From c91c68e9ec6360a8efdc7f93f2da1e86abbcc234 Mon Sep 17 00:00:00 2001 From: Chris Burr Date: Thu, 8 Jul 2021 09:46:08 +0200 Subject: [PATCH 1/2] Add selectors2 --- config/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/config/requirements.txt b/config/requirements.txt index f94e0d3..798141c 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -43,6 +43,7 @@ pytest-mock pytz>=2015.7 readline>=6.2.4 requests>=2.9.1 +selectors2 simplejson>=3.8.1 six>=1.10 # Freeze until all problems with 1.4 are solved From 5e7771082a253e4d787c8743341bb571f1ff10c4 Mon Sep 17 00:00:00 2001 From: Chris Burr Date: Thu, 8 Jul 2021 10:42:43 +0200 Subject: [PATCH 2/2] Add pathlib to ALLOWED_TO_FAIL in test_dyn_import --- tests/integration/test_dyn_import.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/test_dyn_import.py b/tests/integration/test_dyn_import.py index 0cf896f..f5b93b4 100755 --- a/tests/integration/test_dyn_import.py +++ b/tests/integration/test_dyn_import.py @@ -55,6 +55,7 @@ 'PilotWrapper', # in the pilot 'irods', # not clear whether someone in DIRAC still uses it 'lfcthr', # used by the LFC plugins + 'pathlib', # only used for Python 3 installations ] # List of modules that need graphic libraries.