Skip to content

Commit 9699b3d

Browse files
Update testing/_py/test_local.py
Co-authored-by: Bruno Oliveira <[email protected]>
1 parent bb4bd7e commit 9699b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: testing/_py/test_local.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def test_visit_norecurse(self, path1):
207207

208208
@pytest.mark.parametrize(
209209
"fil",
210-
["*dir", "*dir", pytest.mark.skip("sys.version_info < (3,6)")(b"*dir")],
210+
["*dir", "*dir", b"*dir"],
211211
)
212212
def test_visit_filterfunc_is_string(self, path1, fil):
213213
lst = []

0 commit comments

Comments
 (0)