numpy / numpy-stubs

Experimental typing stubs for NumPy
BSD 3-Clause "New" or "Revised" License
282 stars 32 forks source link

TST: don't run tests in py2 mode #69

Closed person142 closed 4 years ago

person142 commented 4 years ago

Since NumPy officially doesn't support Python 2 anymore, there doesn't seem to be any particular need to test for it. Note that this doesn't actually do anything to make the stubs not Python 2 friendly as .pyi syntax has always been 2/3 compatible.

rgommers commented 4 years ago

LGTM, thanks @person142