Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
Update test_example.py
Browse files Browse the repository at this point in the history
to not mention deprecated function
  • Loading branch information
pllim committed Jun 2, 2023
1 parent 6065cac commit 5de149a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -13,5 +13,5 @@ def test_deprecation():
import warnings
warnings.warn(
"This is deprecated, but shouldn't raise an exception, unless "
"enable_deprecations_as_exceptions() called from conftest.py",
"you ask pytest to turn warnings into errors.",
DeprecationWarning)

0 comments on commit 5de149a

Please sign in to comment.