Use requirements.txt and add pytest dependency
Requirements.txt is a developement deps list
This commit is contained in:
parent
b37a095414
commit
27090c8f2f
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +0,0 @@
|
||||||
coverage
|
|
||||||
mock
|
|
||||||
nose
|
|
5
python_apps/airtime_analyzer/requirements.txt
Normal file
5
python_apps/airtime_analyzer/requirements.txt
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
mock
|
||||||
|
pylint
|
||||||
|
pytest
|
||||||
|
pytest-cov
|
||||||
|
pytest-xdist
|
Loading…
Add table
Add a link
Reference in a new issue