From eae347376a617651e89c0080feb082561d896295 Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Sun, 13 Jan 2019 22:13:32 +0000 Subject: [PATCH 1/3] CI: Pinning flake8-rst, last version raises incorrect errors --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index a980499029478..49c193dff2821 100644 --- a/environment.yml +++ b/environment.yml @@ -14,7 +14,7 @@ dependencies: - cython>=0.28.2 - flake8 - flake8-comprehensions - - flake8-rst>=0.6.0 + - flake8-rst=0.7.0 - gitpython - hypothesis>=3.82 - isort From 6443eff63f7c6d41cc5488e5500e5b9b520e9b8c Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Sun, 13 Jan 2019 22:24:32 +0000 Subject: [PATCH 2/3] Pinning version >= 0.6 and <= 0.7 --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 49c193dff2821..7a177cfee3d39 100644 --- a/environment.yml +++ b/environment.yml @@ -14,7 +14,7 @@ dependencies: - cython>=0.28.2 - flake8 - flake8-comprehensions - - flake8-rst=0.7.0 + - flake8-rst>=0.6.0,<=0.7.0 - gitpython - hypothesis>=3.82 - isort From 3664cbf818f245b829f5a1066153b197d7cf6b3a Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Sun, 13 Jan 2019 22:57:34 +0000 Subject: [PATCH 3/3] Synchronizing pip requirements with changes to conda --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 48bd95470d391..ba78430a4b19e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ asv cython>=0.28.2 flake8 flake8-comprehensions -flake8-rst>=0.6.0 +flake8-rst>=0.6.0,<=0.7.0 gitpython hypothesis>=3.82 isort