Skip to content

Commit

Permalink
Update testing/_py/test_local.py
Browse files Browse the repository at this point in the history
Co-authored-by: Bruno Oliveira <bruno@soliv.dev>
  • Loading branch information
Pierre-Sassoulas and nicoddemus committed Apr 1, 2024
1 parent bb4bd7e commit 9699b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/_py/test_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def test_visit_norecurse(self, path1):

@pytest.mark.parametrize(
"fil",
["*dir", "*dir", pytest.mark.skip("sys.version_info < (3,6)")(b"*dir")],
["*dir", "*dir", b"*dir"],
)
def test_visit_filterfunc_is_string(self, path1, fil):
lst = []
Expand Down

0 comments on commit 9699b3d

Please sign in to comment.