From 08618466166b0909a1c9d06a6fd4eeae29aab92b Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Fri, 23 Oct 2015 19:15:54 +0000 Subject: [PATCH 1/2] RTD: proper deps for compatibility-test --- letsencrypt-compatibility-test/readthedocs.org.requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/letsencrypt-compatibility-test/readthedocs.org.requirements.txt b/letsencrypt-compatibility-test/readthedocs.org.requirements.txt index 208677a35..49fab4066 100644 --- a/letsencrypt-compatibility-test/readthedocs.org.requirements.txt +++ b/letsencrypt-compatibility-test/readthedocs.org.requirements.txt @@ -9,4 +9,6 @@ -e acme -e . +-e letsencrypt-apache +-e letsencrypt-nginx -e letsencrypt-compatibility-test[docs] From 41891512c2cf4f50ef342905cc1e8fddc69e1c7c Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Fri, 23 Oct 2015 19:22:05 +0000 Subject: [PATCH 2/2] compatibility-test doesn't need nginx --- letsencrypt-compatibility-test/readthedocs.org.requirements.txt | 1 - letsencrypt-compatibility-test/setup.py | 1 - 2 files changed, 2 deletions(-) diff --git a/letsencrypt-compatibility-test/readthedocs.org.requirements.txt b/letsencrypt-compatibility-test/readthedocs.org.requirements.txt index 49fab4066..957a8a157 100644 --- a/letsencrypt-compatibility-test/readthedocs.org.requirements.txt +++ b/letsencrypt-compatibility-test/readthedocs.org.requirements.txt @@ -10,5 +10,4 @@ -e acme -e . -e letsencrypt-apache --e letsencrypt-nginx -e letsencrypt-compatibility-test[docs] diff --git a/letsencrypt-compatibility-test/setup.py b/letsencrypt-compatibility-test/setup.py index 3bd8f274e..1608769e2 100644 --- a/letsencrypt-compatibility-test/setup.py +++ b/letsencrypt-compatibility-test/setup.py @@ -9,7 +9,6 @@ version = '0.1.0.dev0' install_requires = [ 'letsencrypt=={0}'.format(version), 'letsencrypt-apache=={0}'.format(version), - 'letsencrypt-nginx=={0}'.format(version), 'docker-py', 'zope.interface', ]