diff options
author | Bryan Newbold <bnewbold@archive.org> | 2018-03-30 17:57:34 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2018-03-30 17:57:34 -0700 |
commit | 1b6d04fffb6554fd8ef1479b29c7154df07e4d21 (patch) | |
tree | 3eb32208e6565136575d59eebf753af7ae7f0fc6 /backfill/Pipfile | |
parent | 719538b753423ac301e686886282695150192e47 (diff) | |
download | sandcrawler-1b6d04fffb6554fd8ef1479b29c7154df07e4d21.tar.gz sandcrawler-1b6d04fffb6554fd8ef1479b29c7154df07e4d21.zip |
pytest helpers
Diffstat (limited to 'backfill/Pipfile')
-rw-r--r-- | backfill/Pipfile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/backfill/Pipfile b/backfill/Pipfile index 83dc463..e986fee 100644 --- a/backfill/Pipfile +++ b/backfill/Pipfile @@ -1,21 +1,16 @@ [[source]] - url = "https://pypi.python.org/simple" verify_ssl = true name = "pypi" - [dev-packages] - - [packages] - happybase = "*" happybase-mock = "*" -nose = "*" - +pytest = "*" +mrjob = "*" +pytest-pythonpath = "*" [requires] - python_version = "3.5" |