From bf03d54107a53ab7aad98cda99238c128f7e2396 Mon Sep 17 00:00:00 2001 From: Danimar Ribeiro Date: Mon, 14 Jan 2019 20:41:59 -0200 Subject: [PATCH] [VERSION] Increment pytest version to fix build --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 63f4786..3682b61 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ pyOpenSSL >= 16.0.0, < 18 certifi >= 2015.11.20.1 xmlsec >= 1.3.3 reportlab -pytest +pytest>=4.1.1 pytest-cov pytz zeep diff --git a/setup.py b/setup.py index 3c07021..2101389 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -VERSION = "1.0.30" +VERSION = "1.0.31" setup(