joeyespo / pytest-watch

Local continuous test runner with pytest and watchdog.
MIT License
737 stars 52 forks source link

Update version of `watchdog` library #128

Closed sohang3112 closed 1 year ago

sohang3112 commented 2 years ago

Previously, old version of watchdog library was being used, which is not compatible with Python 3.3+. I have modified watchdog version to latest in requirements.txt. This fixes Issue 127.

sohang3112 commented 1 year ago

@joeyespo Did you have a chance yet to review my PR yet? Please let me know if something in the PR needs to be improved. Thanks in advance 🙂

extradosages commented 1 year ago

It's likely that this project is unmaintained (https://github.com/joeyespo/pytest-watch/issues/121).

sohang3112 commented 1 year ago

It's likely that this project is unmaintained (#121).

Yes, looks like it is, unfortunately. Wish the author had mentioned in README that it's no longer maintained.

sohang3112 commented 1 year ago

Closing, since project appears to be unmaintained and the author hasn't responded since more than an year.