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: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
  • Loading branch information
Pierre-Sassoulas and webknjaz committed Jan 11, 2025
1 parent 78b992f commit a5f5100
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 @@ -209,7 +209,7 @@ def test_visit_norecurse(self, path1):

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

0 comments on commit a5f5100

Please sign in to comment.