From 54bc0e87cea5e0a3ce38c209fc057d7de5bdc74a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 31 Aug 2016 11:28:38 +0200 Subject: [PATCH] Updated test requirements --- requirements.txt | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 28a204ce..4b83f18c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,9 +27,9 @@ wheel==0.24.0 zencoder==0.6.5 # Development requirements -pytest==2.9.1 +pytest==3.0.1 responses==0.5.1 -pytest-cov==2.2.1 +pytest-cov==2.3.1 mock==2.0.0 # Secondary requirements diff --git a/setup.cfg b/setup.cfg index 9e2ba04e..ee29c944 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ -[pytest] +[tool:pytest] addopts = -v --cov pillar --cov-report term-missing --ignore node_modules [pep8]