@@ -221,7 +221,7 @@ def test_setQmax(diffpy_structure_available, diffpy_srreal_available):
221221 from diffpy .structure import Structure
222222
223223 if not diffpy_srreal_available :
224- pytest .skip ("diffpy.structure package not available" )
224+ pytest .skip ("diffpy.srreal package not available" )
225225
226226 pc = PDFContribution ("pdf" )
227227 pc .setQmax (21 )
@@ -240,7 +240,7 @@ def test_getQmax(diffpy_structure_available, diffpy_srreal_available):
240240 from diffpy .structure import Structure
241241
242242 if not diffpy_srreal_available :
243- pytest .skip ("diffpy.structure package not available" )
243+ pytest .skip ("diffpy.srreal package not available" )
244244
245245 # cover all code branches in PDFContribution._getMetaValue
246246 # (1) contribution metadata
@@ -269,7 +269,7 @@ def test_savetxt(
269269 from diffpy .structure import Structure
270270
271271 if not diffpy_srreal_available :
272- pytest .skip ("diffpy.structure package not available" )
272+ pytest .skip ("diffpy.srreal package not available" )
273273
274274 pc = PDFContribution ("pdf" )
275275 pc .loadData (datafile ("si-q27r60-xray.gr" ))
@@ -295,7 +295,7 @@ def test_pickling(
295295 from diffpy .structure import loadStructure
296296
297297 if not diffpy_srreal_available :
298- pytest .skip ("diffpy.structure package not available" )
298+ pytest .skip ("diffpy.srreal package not available" )
299299
300300 pc = PDFContribution ("pdf" )
301301 pc .loadData (datafile ("ni-q27r100-neutron.gr" ))
0 commit comments