From b4b122feb67f4ac319d96f79b2a7dcca147505a5 Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Thu, 11 Feb 2021 13:17:47 +0000 Subject: [PATCH 1/3] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6a617042960..394d4d7350a 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ aiohttp/%.c: aiohttp/%.pyx $(call to-hash,$(CYS)) aiohttp/_find_header.c cythonize: .install-cython $(PYXS:.pyx=.c) .install-deps: .install-cython $(PYXS:.pyx=.c) $(call to-hash,$(CYS) $(REQS)) - pip install -r requirements/dev.txt + pip install -r requirements/dev.in -c requirements/dev.txt @touch .install-deps .PHONY: lint From 862c4009df0f784881de75c90a50ad55fa6e17bb Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Thu, 11 Feb 2021 13:18:53 +0000 Subject: [PATCH 2/3] Create 5470.bugfix --- CHANGES/5470.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 CHANGES/5470.bugfix diff --git a/CHANGES/5470.bugfix b/CHANGES/5470.bugfix new file mode 100644 index 00000000000..f2a3b498f30 --- /dev/null +++ b/CHANGES/5470.bugfix @@ -0,0 +1 @@ +Fix CI From d40bc409fd8a9fd170163c70b5d9c153e3bb8134 Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Thu, 11 Feb 2021 13:23:17 +0000 Subject: [PATCH 3/3] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 394d4d7350a..5de1686a2b0 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ aiohttp/%.c: aiohttp/%.pyx $(call to-hash,$(CYS)) aiohttp/_find_header.c cythonize: .install-cython $(PYXS:.pyx=.c) .install-deps: .install-cython $(PYXS:.pyx=.c) $(call to-hash,$(CYS) $(REQS)) - pip install -r requirements/dev.in -c requirements/dev.txt + @pip install -r requirements/dev.in -c requirements/dev.txt @touch .install-deps .PHONY: lint