nvim-neotest / neotest-python

MIT License
126 stars 38 forks source link

Support python2.7 #11

Closed shalei6698 closed 2 years ago

shalei6698 commented 2 years ago

image

rcarriga commented 2 years ago

I'm sorry but Python 2.7 does not support type annotations which I see as an essential part of the code base, and that's just the beginning, there would likely be more incompatibilities that would have to be fixed and maintained. This is just not something I have the time or interest in to do.

If someone wanted, they could fork this repo and make the changes. The underlying adapter logic should be the same.