Skip to content

Commit

Permalink
remove checkink is python >= 3.4
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
  • Loading branch information
kloczek committed Oct 1, 2024
1 parent c583570 commit 4b369cd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/test_proj.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,6 @@ def test_latlong_typeerror(self):
lon, lat = transform(p, p.to_latlong(), 200000, 400000)


@unittest.skipIf(
sys.version_info < (3, 4), "Python 3.4 or newer required for subTest()"
)
class ForwardInverseTest(unittest.TestCase):
def test_fwd_inv(self):
for pj in pj_list.keys():
Expand Down

0 comments on commit 4b369cd

Please sign in to comment.