From b8af2ad8998a28ab09c232c377408b2ef78326ff Mon Sep 17 00:00:00 2001 From: Mark Longair Date: Tue, 3 Oct 2017 16:23:27 +0100 Subject: [PATCH] Add pytest to the Pipfile{,.lock} --- Pipfile | 1 + Pipfile.lock | 35 +++++++++++++++++++++++++---------- 2 files changed, 26 insertions(+), 10 deletions(-) diff --git a/Pipfile b/Pipfile index 1a89dba..3771342 100644 --- a/Pipfile +++ b/Pipfile @@ -6,3 +6,4 @@ verify_ssl = true pywikibot = "*" [dev-packages] +pytest = "*" diff --git a/Pipfile.lock b/Pipfile.lock index cea3a29..1e0217b 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,22 +1,22 @@ { "_meta": { "hash": { - "sha256": "8411293ed28b061199060cc2b602ee44bff957e974d1c8bf9a3d9a3073372b21" + "sha256": "a44b3ae480659ee8e994b5daf9a7a4fb9338404cb2b408ce188cf3da77e6f165" }, "host-environment-markers": { "implementation_name": "cpython", - "implementation_version": "3.6.2", + "implementation_version": "3.5.2", "os_name": "posix", "platform_machine": "x86_64", "platform_python_implementation": "CPython", - "platform_release": "16.7.0", - "platform_system": "Darwin", - "platform_version": "Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64", - "python_full_version": "3.6.2", - "python_version": "3.6", - "sys_platform": "darwin" + "platform_release": "4.4.0-96-generic", + "platform_system": "Linux", + "platform_version": "#119-Ubuntu SMP Tue Sep 12 14:59:54 UTC 2017", + "python_full_version": "3.5.2", + "python_version": "3.5", + "sys_platform": "linux" }, - "pipfile-spec": 3, + "pipfile-spec": 6, "requires": {}, "sources": [ { @@ -68,5 +68,20 @@ "version": "==1.22" } }, - "develop": {} + "develop": { + "py": { + "hashes": [ + "sha256:2ccb79b01769d99115aa600d7eed99f524bf752bba8f041dc1c184853514655a", + "sha256:0f2d585d22050e90c7d293b6451c83db097df77871974d90efd5a30dc12fcde3" + ], + "version": "==1.4.34" + }, + "pytest": { + "hashes": [ + "sha256:b84f554f8ddc23add65c411bf112b2d88e2489fd45f753b1cae5936358bdf314", + "sha256:f46e49e0340a532764991c498244a60e3a37d7424a532b3ff1a6a7653f1a403a" + ], + "version": "==3.2.2" + } + } }