@@ -261,7 +261,7 @@ You should see:
261
261
Content-Length: 844
262
262
Content-Type: application/json; charset=utf-8
263
263
Date: Wed, 29 Jul 2020 21:01:50 GMT
264
- Server: Python/3.8 aiohttp/3.6.2
264
+ Server: Python/3.9 aiohttp/3.6.2
265
265
266
266
{
267
267
"gifs" : [],
@@ -605,7 +605,7 @@ You should see:
605
605
Content-Length: 492
606
606
Content-Type: application/json; charset=utf-8
607
607
Date: Fri, 09 Oct 2020 01:35:48 GMT
608
- Server: Python/3.8 aiohttp/3.6.2
608
+ Server: Python/3.9 aiohttp/3.6.2
609
609
610
610
{
611
611
"gifs" : [
@@ -810,13 +810,13 @@ You should see:
810
810
811
811
.. code-block ::
812
812
813
- platform darwin -- Python 3.8.3 , pytest-5.4.3, py-1.9.0, pluggy-0.13.1
813
+ platform darwin -- Python 3.9 , pytest-5.4.3, py-1.9.0, pluggy-0.13.1
814
814
plugins: cov-2.10.0, aiohttp-0.3.0, asyncio-0.14.0
815
815
collected 3 items
816
816
817
817
giphynavigator/tests.py ... [100%]
818
818
819
- ---------- coverage: platform darwin, python 3.8.3-final-0 -----------
819
+ ---------- coverage: platform darwin, python 3.9 -----------
820
820
Name Stmts Miss Cover
821
821
---------------------------------------------------
822
822
giphynavigator/__init__.py 0 0 100%
0 commit comments