Use requirements.txt and add pytest dependency
Requirements.txt is a developement deps list
This commit is contained in:
parent
b37a095414
commit
27090c8f2f
|
@ -1,3 +0,0 @@
|
||||||
coverage
|
|
||||||
mock
|
|
||||||
nose
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
mock
|
||||||
|
pylint
|
||||||
|
pytest
|
||||||
|
pytest-cov
|
||||||
|
pytest-xdist
|
Loading…
Reference in New Issue