diff options
Diffstat (limited to 'lab/extract_code.py')
-rw-r--r-- | lab/extract_code.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lab/extract_code.py b/lab/extract_code.py index c5a9df81..e9fc086f 100644 --- a/lab/extract_code.py +++ b/lab/extract_code.py @@ -11,10 +11,6 @@ contents of the string. If tests/test_arcs.py has this (partial) content:: - 1626 @pytest.mark.skipif( - 1627 (3, 11, 0, "alpha", 4) <= env.PYVERSION, - 1628 reason="avoid a 3.11 bug: https://bugs.python.org/issue46389", - 1629 ) 1630 def test_partial_generators(self): 1631 # https://github.com/nedbat/coveragepy/issues/475 1632 # Line 2 is executed completely. |