python pytest unrecognized arguments: -n error
pycharm을 통해서 pytest를 하려고 하니 아래의 에러가 발생하였다.
해당 에러는 pycharm의 고유 에러는 아닌듯 하다.
알아보니 아래의 링크를 발견 하였다.
https://github.com/nipy/nipype/issues/2677#issuecomment-412087164
해결 법으로는 pytest-xdist 라는 파이썬 패키지를 설치하니 에러가 발생하지 않는다.
해당 에러는 pycharm의 고유 에러는 아닌듯 하다.
(keras) C:\repo\keras\mgim>pytest
ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
pytest: error: unrecognized arguments: -n
inifile: C:\repo\keras\pytest.ini
rootdir: C:\repo\keras
(keras) C:\repo\keras\mgim>
알아보니 아래의 링크를 발견 하였다.
https://github.com/nipy/nipype/issues/2677#issuecomment-412087164
해결 법으로는 pytest-xdist 라는 파이썬 패키지를 설치하니 에러가 발생하지 않는다.
pip install pytest-xdist
댓글
댓글 쓰기