Skip to content

Commit 564c9e3

Browse files
committed
TST: adjust for fixup in diffpy.structure
Test passes with diffpy.structure 3.0.1.
1 parent 4bccef8 commit 564c9e3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/diffpy/srfit/tests/testpdf.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -270,11 +270,6 @@ def test_pickling(self):
270270
self.assertTrue(numpy.array_equal(res1, pc2.residual()))
271271
return
272272

273-
# TODO: remove after fixup release of diffpy.structure
274-
import sys
275-
if sys.version_info >= (3, 7):
276-
test_pickling = unittest.expectedFailure(test_pickling)
277-
278273
# End of class TestPDFContribution
279274

280275
# ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)