Skip to content

Commit

Permalink
Merge pull request #75 from hroncok/nomakesuite
Browse files Browse the repository at this point in the history
Remove unittest.makeSuite, gone from Python 3.13
  • Loading branch information
takluyver authored Oct 23, 2023
2 parents f5c5892 + a443129 commit 1067dbd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_invalid_binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,3 @@ def test_invalid_binary(self):

if __name__ == '__main__':
unittest.main()

suite = unittest.makeSuite(InvalidBinaryChars,'test')

0 comments on commit 1067dbd

Please sign in to comment.