From 0322962e143798fa5228f4505eeb606cdf773b87 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 6 Sep 2018 22:56:46 -0500 Subject: update pytest config (#4463) * update pytest config pytest 3.8.0 was just released and officially deprecates some of the way we do pytest marks. They introduced a new way to do this in 3.6 so this PR switches to that mechanism and updates our minimum pytest requirement * update the stubs * also update wycheproof test config to remove deprecated paths * don't need this any more --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 8bd31bd5..0c793e32 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ if platform.python_implementation() == "PyPy": ) test_requirements = [ - "pytest>=3.2.1,!=3.3.0", + "pytest>=3.6.0", "pretend", "iso8601", "pytz", -- cgit v1.2.3