From a78929825abd42782bc132a3bbdedea5823f4b55 Mon Sep 17 00:00:00 2001 From: Tero Vuotila Date: Fri, 20 Oct 2017 09:47:11 +0300 Subject: [PATCH] Remove pytest requirement, closes #45 --- requirements.txt | 1 - setup.py | 1 - 2 files changed, 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index fea6eda..b9c1bcc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,6 @@ PyYAML>=3.11 SQLAlchemy>=0.9.6 humanize>=0.5.1 -pytest>=2.5.2 schema>=0.3.1 psutil>=2.1.1 click>=3.1 diff --git a/setup.py b/setup.py index 2967d26..31a1ac2 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,6 @@ 'PyYAML>=3.11', 'SQLAlchemy>=0.9.6', 'humanize>=0.5.1', - 'pytest>=2.5.2', 'schema>=0.3.1', 'click>=3.1', 'SQLAlchemy-Utils>=0.26.11',