From 083872e9de039cd945251a402d9649ecccbdb8a3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 23 Jan 2017 14:31:49 -0500 Subject: [PATCH] fix tests --- Makefile | 2 +- Pipfile | 2 +- Pipfile.lock | 19 +++++++++++++------ 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index acdd92ac..572641b0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -tests: +run-tests: pipenv run pytest test_pipenv.py init: pip install pipenv diff --git a/Pipfile b/Pipfile index 5fbc83b4..a4062b57 100644 --- a/Pipfile +++ b/Pipfile @@ -9,6 +9,6 @@ pytest = "*" crayons = "*" requirements-parser = "*" "delegator.py" = ">=0.0.6" -django = "*" +"backports.shutil_get_terminal_size" = "*" toml = "*" click = "*" diff --git a/Pipfile.lock b/Pipfile.lock index 66d959b8..06d9c85d 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -2,16 +2,23 @@ "default": { "crayons": "==0.1.1", "requirements-parser": "==0.1.0", - "toml": "==0.9.2", - "delegator.py": "==0.0.6", "pexpect": "==4.2.1", + "backports.shutil-get-terminal-size": "==1.0.0", + "delegator.py": "==0.0.6", + "backports.shutil_get_terminal_size": "*", + "ptyprocess": "==0.5.1", + "Django": "==1.10.5", + "toml": "==0.9.2", "colorama": "==0.3.7", - "click": "==6.7", - "ptyprocess": "==0.5.1" + "click": "==6.7" }, "develop": { + "packaging": "==16.8", + "pytest": "==3.0.6", + "pyparsing": "==2.1.10", "py": "==1.4.32", - "pytest": "==3.0.6" + "six": "==1.10.0", + "appdirs": "==1.4.0" }, "_meta": { "sources": [ @@ -21,6 +28,6 @@ } ], "requires": {}, - "Pipfile-sha256": "7a1de48e54ab350188d8fdcd94b95b15d87b027108e210a82f17552a5170ffa6" + "Pipfile-sha256": "a7cbb1182b2b6a2663243a682e6c033d2c13c9ebdf8803d2b95616c1a6d02d24" } } \ No newline at end of file