Skip to content

Commit

Permalink
fix wrong kwarg that fails on pytest 7 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari authored Apr 14, 2022
1 parent c6634f4 commit d7ae88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python-tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
for s in TOML_0_4_SPECIFIC
}
_valid_marks = {
s: (pytest.mark.skip(reson="Skipping for these tests for now"))
s: (pytest.mark.skip(reason="Skipping for these tests for now"))
for s in TOML_TESTS_SKIP
}
valid_toml_files = [
Expand Down

0 comments on commit d7ae88d

Please sign in to comment.