diff options
author | Gord Thompson <gord@gordthompson.com> | 2020-04-16 16:06:36 -0600 |
---|---|---|
committer | Gord Thompson <gord@gordthompson.com> | 2020-04-16 16:06:36 -0600 |
commit | 405fc9717048b0adc852a72da540048df7a8142a (patch) | |
tree | 95ad55122e2437d2d49f45ea9c5054f26fb48d79 /lib/sqlalchemy/testing/provision.py | |
parent | 2f617f56f2acdce00b88f746c403cf5ed66d4d27 (diff) | |
download | sqlalchemy-405fc9717048b0adc852a72da540048df7a8142a.tar.gz |
Rename py.test to pytest
Change-Id: I431e1ef41e26d490343204a75a5c097768749768
Diffstat (limited to 'lib/sqlalchemy/testing/provision.py')
-rw-r--r-- | lib/sqlalchemy/testing/provision.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/testing/provision.py b/lib/sqlalchemy/testing/provision.py index 0123ea7e7..660a3bd24 100644 --- a/lib/sqlalchemy/testing/provision.py +++ b/lib/sqlalchemy/testing/provision.py @@ -97,7 +97,7 @@ def create_db(cfg, eng, ident): """Dynamically create a database for testing. Used when a test run will employ multiple processes, e.g., when run - via `tox` or `py.test -n4`. + via `tox` or `pytest -n4`. """ raise NotImplementedError("no DB creation routine for cfg: %s" % eng.url) |