Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Reintroduce expected failure in test_statistics.TestNormalDict.test_s…
…lots
  • Loading branch information
jackoconnordev committed Jul 25, 2025
commit 3b14ad8c551ab244e344da8212c237d84f104011
2 changes: 2 additions & 0 deletions Lib/test/test_statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -2889,6 +2889,8 @@ class TestNormalDist:
# inaccurate. There isn't much we can do about this short of
# implementing our own implementations from scratch.

# TODO: RUSTPYTHON
@unittest.expectedFailure
def test_slots(self):
nd = self.module.NormalDist(300, 23)
with self.assertRaises(TypeError):
Expand Down