From 1b6d04fffb6554fd8ef1479b29c7154df07e4d21 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 30 Mar 2018 17:57:34 -0700 Subject: pytest helpers --- backfill/Pipfile | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'backfill/Pipfile') 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" -- cgit v1.2.3