Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions tests/integration/test_dyn_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down