How to have tox ignore setup.cfg install paths?

后端 未结 0 1208
一个人的身影
一个人的身影 2020-12-20 12:53

I have a simple tox.ini like this:

[tox]
envlist = py37

[testenv]
deps =
    pytest
commands =
    pytest

But when I run

相关标签:
回答
  • 消灭零回复
提交回复
热议问题