From af76f2c1bebec1e9f20dbb8d3dc0fd1e11439c04 Mon Sep 17 00:00:00 2001 From: Craig Willis Date: Tue, 8 Jan 2019 12:36:26 -0600 Subject: [PATCH] Adds pytest version to fix travis build errors --- Pipfile | 2 +- dev-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index 054e2aef..98dd2e92 100644 --- a/Pipfile +++ b/Pipfile @@ -3,7 +3,7 @@ # update these accordingly [dev-packages] -pytest="*" +pytest=">=3.6" wheel="*" pytest-cov="*" PyYAML = "*" diff --git a/dev-requirements.txt b/dev-requirements.txt index 411deadc..e54bfe8d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ # Note that there is also a Pipfile for this project if you are updating this # file do not forget to update the Pipfile accordingly pyyaml -pytest +pytest>=3.6 wheel pytest-cov