Skip to content

Commit

Permalink
remove old patch
Browse files Browse the repository at this point in the history
  • Loading branch information
nakagami committed Aug 23, 2024
1 parent cd4515e commit 6ee9cce
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cymysql/tests/test_issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@
import sys
import datetime

# backwards compatibility:
if not hasattr(unittest, "skip"):
def _empty(func):
pass

def _skip(message):
return _empty
unittest.skip = _skip

PYTHON3 = sys.version_info[0] > 2
if PYTHON3:
Expand Down

0 comments on commit 6ee9cce

Please sign in to comment.