Hi! I don't use nose anymore, now I use pytest. So I would like to run test without nose. This code won't run without nose: https://github.com/mozilla/elasticutils/blob/master/elasticutils/tests/__init__.py ``` from nose import SkipTest ```
Hi!
I don't use nose anymore, now I use pytest. So I would like to run test without nose.
This code won't run without nose:
https://github.com/mozilla/elasticutils/blob/master/elasticutils/tests/__init__.py