Skip to content
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.

Commit

Permalink
Fix messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
hellysmile committed Jul 3, 2018
1 parent 9ffe354 commit db65aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

skip_370 = pytest.mark.skipif(
PY_370,
reason='Python>=3.7.0 do not need monkey patching',
reason='Python>=3.7.0 do not support monkey patching',
)

only_370 = pytest.mark.skipif(
Expand Down

0 comments on commit db65aa4

Please sign in to comment.