Skip to content

Commit

Permalink
tests: Add pytest as the requirement for tests
Browse files Browse the repository at this point in the history
Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
  • Loading branch information
sayanchowdhury committed Apr 9, 2018
1 parent 800c65a commit 48879d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -43,6 +43,7 @@
'paramiko',
'toml'],
tests_require=['nose',
'pytest',
'mock',
'vcrpy'],
test_suite='nose.collector',
Expand Down

0 comments on commit 48879d5

Please sign in to comment.