From 320dd072a370ac962c72dfb6422a34ac6e493911 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 25 Jan 2020 11:12:35 -0500 Subject: Remove a temporary xfail for 3.9a2 --- coverage/env.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'coverage/env.py') diff --git a/coverage/env.py b/coverage/env.py index cf91f747..d194f34a 100644 --- a/coverage/env.py +++ b/coverage/env.py @@ -85,10 +85,6 @@ class PYBEHAVIOR(object): # Python 3.9a1 made sys.argv[0] and other reported files absolute paths. report_absolute_files = (PYVERSION >= (3, 9)) - # Python 3.9a2 changed how return/finally was traced, but it was - # temporary. - bpo39114 = (PYVERSION == (3, 9, 0, 'alpha', 2, 0)) - # Coverage.py specifics. # Are we using the C-implemented trace function? -- cgit v1.2.1