Skip to content

Commit ac39a2c

Browse files
committed
Tests: Update SSSP version to 1.3
This is expected by default by the latest versions of `aiida-quantumespresso`.
1 parent f1d16c7 commit ac39a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def sssp(generate_upf_data):
312312
from aiida.plugins import GroupFactory
313313

314314
SsspFamily = GroupFactory('pseudo.family.sssp') # pylint: disable=invalid-name
315-
label = 'SSSP/1.2/PBEsol/efficiency'
315+
label = 'SSSP/1.3/PBEsol/efficiency'
316316

317317
try:
318318
family = SsspFamily.collection.get(label=label)

0 commit comments

Comments
 (0)