From cf20b98ff476214bbd6f23c2d1c371575514710c Mon Sep 17 00:00:00 2001 From: Will Ayd Date: Tue, 12 Mar 2019 18:22:22 -0700 Subject: [PATCH 1/2] Pinned pycodestyle --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index c1669c9f49017..ff7c5d56052d2 100644 --- a/environment.yml +++ b/environment.yml @@ -19,6 +19,7 @@ dependencies: - hypothesis>=3.82 - isort - moto + - pycodestyle=2.4 - pytest>=4.0.2 - pytest-mock - sphinx From 449a0e72e7e35b7d5e8056e138d9ab452c09bdee Mon Sep 17 00:00:00 2001 From: Will Ayd Date: Tue, 12 Mar 2019 19:49:47 -0700 Subject: [PATCH 2/2] Generated requirements file --- requirements-dev.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements-dev.txt b/requirements-dev.txt index be84c6f29fdeb..02d8b0a70aab6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,6 +10,7 @@ gitpython hypothesis>=3.82 isort moto +pycodestyle==2.4 pytest>=4.0.2 pytest-mock sphinx