Skip to content

Commit 2d0f02f

Browse files
authored
Merge pull request #5712 from fstagni/80_fixes8
[8.0] re-allowing rucio
2 parents b868a36 + 06cc2a3 commit 2d0f02f

File tree

5 files changed

+4
-7
lines changed

5 files changed

+4
-7
lines changed

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ generated-members=REQUEST,acl_users,aq_parent
142142
# List of ignored modules
143143
# (useful for classes with attributes dynamically set).
144144
# subprocess32 is disabled due to https://github.com/PyCQA/astroid/issues/911
145-
ignored-modules = MySQLdb,numpy,six.moves.urllib,subprocess32,rucio
145+
ignored-modules = MySQLdb,numpy,six.moves.urllib,subprocess32
146146

147147
[VARIABLES]
148148

docs/diracdoctools/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,4 @@
2121
"pylab",
2222
"pythonjsonlogger",
2323
"stomp",
24-
# Doesn't support Python 3.9
25-
"rucio",
2624
]

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ dependencies:
8787
#- tornado >=5.0.0,<6.0.0
8888
- typing >=3.6.6
8989
- pyyaml
90+
- rucio-clients
9091
- pip:
9192
# Prerelease of the required package for integration of OAuth2
9293
- Authlib>=1.0.0.a2
@@ -98,5 +99,4 @@ dependencies:
9899
# This is an extension of Tornado to use M2Crypto
99100
# It should eventually be part of DIRACGrid
100101
- git+https://github.com/DIRACGrid/tornado_m2crypto
101-
- rucio-clients >=1.26.0rc1
102102
- -e .

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ install_requires =
4646
python-dateutil
4747
pytz
4848
requests
49-
# Doesn't support Python 3.9
50-
# rucio-clients >=1.25.6
49+
rucio-clients
5150
setuptools
5251
six
5352
sqlalchemy

tests/Jenkins/dirac_ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ fullInstallDIRAC() {
343343
dirac-admin-allow-se SE-1 SE-2 S3-DIRECT S3-INDIRECT --All
344344

345345
#agents
346-
findAgents 'exclude' 'Rucio'
346+
findAgents
347347
if ! diracAgents; then
348348
echo "ERROR: diracAgents failed"
349349
exit 1

0 commit comments

Comments
 (0)