Skip to content

Commit

Permalink
fix: minor environment fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Jan 31, 2024
1 parent 80ea404 commit 1a29e71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies:
- pycurl
- voms
- python-gfal2
- mysqlclient
- mysqlclient >=2.0.3,<2.1
- diraccfg
- ldap3
- importlib_resources
Expand Down Expand Up @@ -88,7 +88,6 @@ dependencies:
- simplejson >=3.8.1
#- tornado >=5.0.0,<6.0.0
- typing >=3.6.6
- pyyaml
- rucio-clients
# For mypy
- mypy >=0.982
Expand All @@ -100,7 +99,7 @@ dependencies:
- types-setuptools
- pip:
# Prerelease of the required package for integration of OAuth2
- Authlib>=1.0.0.a2
- Authlib >=1.0.0
- dominate
- pyjwt
# This is a fork of tornado with a patch to allow for configurable iostream
Expand Down
7 changes: 3 additions & 4 deletions src/DIRAC/Resources/Computing/BatchSystems/test/Test_SLURM.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
""" Test SLURM
"""
import pytest
import os
from six.moves import reload_module

from DIRAC import S_OK, gLogger
from DIRAC.Resources.Computing.BatchSystems.SLURM import SLURM
import pytest

from DIRAC import gLogger
from DIRAC.Resources.Computing.BatchSystems.SLURM import SLURM

gLogger.setLevel("DEBUG")

Expand Down

0 comments on commit 1a29e71

Please sign in to comment.