From 405fc9717048b0adc852a72da540048df7a8142a Mon Sep 17 00:00:00 2001 From: Gord Thompson Date: Thu, 16 Apr 2020 16:06:36 -0600 Subject: Rename py.test to pytest Change-Id: I431e1ef41e26d490343204a75a5c097768749768 --- lib/sqlalchemy/testing/profiling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sqlalchemy/testing/profiling.py') 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__. -- cgit v1.2.1