From 2de4d5b90c124c09598abb0bf8f7851e6a2e1114 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Sun, 15 Jul 2018 06:59:00 +0700 Subject: [PATCH] test-requirements.txt: Use custom pytest-reqs pytest-reqs has problems with VCS requirements and versions. The simplest solution at the moment is to skip these requirements. Related to https://github.com/coala/meta/issues/123 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 7d0f7c3a86..8a71893913 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,7 +13,7 @@ pytest-instafail~=0.3.0 pytest-mock~=1.1 pytest-profiling~=1.3.0 pytest-reorder~=0.1.0 -pytest-reqs~=0.0.6 +git+https://github.com/jayvdb/pytest-reqs@skip-vcs-reqs#egg=pytest-reqs pytest-timeout~=1.3.0 pytest-xdist~=1.15 requests-mock~=1.2