From 5e8fbf7f6fbc0b63d0479da3806dd9ccd6aaa945 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 2 Jun 2019 19:06:26 -0700 Subject: [PATCH] Upgrade pytest to 4.6.1, pluggy to 0.12.0 (#497) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ae982e0f..60c1bcc5 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setup( "Jinja2==2.10.1", "hupper==1.0", "pint==0.8.1", - "pluggy>=0.7.1", + "pluggy>=0.12.0", ], entry_points=""" [console_scripts] @@ -56,7 +56,7 @@ setup( setup_requires=["pytest-runner"], extras_require={ "test": [ - "pytest==4.0.2", + "pytest==4.6.1", "pytest-asyncio==0.10.0", "aiohttp==3.5.3", "beautifulsoup4==4.6.1",