aboutsummaryrefslogtreecommitdiffstats
path: root/backfill/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2018-03-30 17:57:34 -0700
committerBryan Newbold <bnewbold@archive.org>2018-03-30 17:57:34 -0700
commit1b6d04fffb6554fd8ef1479b29c7154df07e4d21 (patch)
tree3eb32208e6565136575d59eebf753af7ae7f0fc6 /backfill/Pipfile
parent719538b753423ac301e686886282695150192e47 (diff)
downloadsandcrawler-1b6d04fffb6554fd8ef1479b29c7154df07e4d21.tar.gz
sandcrawler-1b6d04fffb6554fd8ef1479b29c7154df07e4d21.zip
pytest helpers
Diffstat (limited to 'backfill/Pipfile')
-rw-r--r--backfill/Pipfile11
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"