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/plugin/plugin_base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/sqlalchemy/testing/plugin/plugin_base.py') diff --git a/lib/sqlalchemy/testing/plugin/plugin_base.py b/lib/sqlalchemy/testing/plugin/plugin_base.py index 29dab098a..9b2f6911d 100644 --- a/lib/sqlalchemy/testing/plugin/plugin_base.py +++ b/lib/sqlalchemy/testing/plugin/plugin_base.py @@ -10,7 +10,7 @@ this module is designed to work as a testing-framework-agnostic library, created so that multiple test frameworks can be supported at once (mostly so that we can migrate to new ones). The current target -is py.test. +is pytest. """ @@ -206,7 +206,7 @@ def memoize_important_follower_config(dict_): This invokes in the parent process after normal config is set up. - This is necessary as py.test seems to not be using forking, so we + This is necessary as pytest seems to not be using forking, so we start with nothing in memory, *but* it isn't running our argparse callables, so we have to just copy all of that over. -- cgit v1.2.1