File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ def test_06(some_data, more_data):
5858 assert len (some_data ) == len (more_data ) # r6
5959
6060
61- @pytest .fixture ( scope = 'session' )
61+ @pytest .fixture
6262def expensive_data ():
6363 return list (range (10 )) # s7
6464
Original file line number Diff line number Diff line change @@ -1944,7 +1944,7 @@ def find_labels(text, pattern):
19441944 'test_contexts.py::test_07|setup' : 's7' ,
19451945 'test_contexts.py::test_07|run' : 'r7' ,
19461946 'test_contexts.py::test_08|run' : 'r8' ,
1947- 'test_contexts.py::test_08|setup' : 'r8 ' ,
1947+ 'test_contexts.py::test_08|setup' : 's7 ' ,
19481948 'test_contexts.py::test_09[1]|setup' : 's9-1' ,
19491949 'test_contexts.py::test_09[1]|run' : 'r9-1' ,
19501950 'test_contexts.py::test_09[2]|setup' : 's9-2' ,
@@ -1963,8 +1963,6 @@ def find_labels(text, pattern):
19631963}
19641964
19651965
1966- @pytest .mark .skipif ('coverage.version_info < (5, 0)' )
1967- @pytest .mark .skipif ('coverage.version_info > (6, 4)' )
19681966@xdist_params
19691967def test_contexts (pytester , testdir , opts ):
19701968 with open (os .path .join (os .path .dirname (__file__ ), 'contextful.py' )) as f :
You can’t perform that action at this time.
0 commit comments