summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/profiling.py
diff options
context:
space:
mode:
authorGord Thompson <gord@gordthompson.com>2020-04-16 16:06:36 -0600
committerGord Thompson <gord@gordthompson.com>2020-04-16 16:06:36 -0600
commit405fc9717048b0adc852a72da540048df7a8142a (patch)
tree95ad55122e2437d2d49f45ea9c5054f26fb48d79 /lib/sqlalchemy/testing/profiling.py
parent2f617f56f2acdce00b88f746c403cf5ed66d4d27 (diff)
downloadsqlalchemy-405fc9717048b0adc852a72da540048df7a8142a.tar.gz
Rename py.test to pytest
Change-Id: I431e1ef41e26d490343204a75a5c097768749768
Diffstat (limited to 'lib/sqlalchemy/testing/profiling.py')
-rw-r--r--lib/sqlalchemy/testing/profiling.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/testing/profiling.py b/lib/sqlalchemy/testing/profiling.py
index b6108400d..24e96dfab 100644
--- a/lib/sqlalchemy/testing/profiling.py
+++ b/lib/sqlalchemy/testing/profiling.py
@@ -236,7 +236,7 @@ def function_call_count(variance=0.05, times=1, warmup=0):
"""
- # use signature-rewriting decorator function so that py.test fixtures
+ # use signature-rewriting decorator function so that pytest fixtures
# still work on py27. In Py3, update_wrapper() alone is good enough,
# likely due to the introduction of __signature__.