Skip to content

Commit 0bc96f4

Browse files
author
Vasileios Karakasis
committed
Fix unit tests
1 parent 8009e4c commit 0bc96f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

reframe/core/backends.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
_scheduler_backend_modules = [
2020
'reframe.core.schedulers.local',
2121
'reframe.core.schedulers.slurm',
22-
'reframe.core.schedulers.pbs',
23-
'reframe.core.schedulers.torque'
22+
'reframe.core.schedulers.pbs'
2423
]
2524
_schedulers = {}
2625

0 commit comments

Comments
 (0)