Skip to content

Commit

Permalink
Add dependencies pytest-testmon & pytest-watch
Browse files Browse the repository at this point in the history
  • Loading branch information
kabirbaidhya committed Oct 31, 2018
1 parent 13bae7e commit 2e950a1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ pyboss
boss.yml

.vscode
.testmondata
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pytest==3.2.3
pytest-cov==2.5.1
pytest-watch==4.2.0
coverage==4.4.1
mock==2.0.0
pylint==1.7.4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def run(self):
'hvac==0.6.4'
],
extras_require={
'test': ['mock', 'coverage', 'pytest', 'pytest-cov', 'pylint'],
'test': ['mock', 'coverage', 'pytest', 'pytest-cov', 'pylint', 'pytest-watch'],
},
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 2e950a1

Please sign in to comment.