spacemacs 下 pytest 是怎么使用的,谁可以给个例子?

直接用默认设置,按照readme的配置: python-test-runner 'pytest python-test-runner 'pytest

随便写了个test.py:

def test_one():
    assert 1 == 1

,t t , 在windowx下 ,错误提示为:

 pytest-find-test-runner-in-dir-named: Variable binding depth exceeds max-specpdl-size

在linux下:

 Wrong type argument : integer-or-marker-p: nil

是我的操作不对,还是配置有问题?