Skip to content

Commit eb48865

Browse files
committed
Modernize "py.test" → "pytest"
1 parent b8ffc73 commit eb48865

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def run(self):
2727
maintainer='David Zaslavsky',
2828
maintainer_email='[email protected]',
2929
license='MIT License',
30-
description='py.test plugin to test server connections locally.',
30+
description='pytest plugin to test server connections locally.',
3131
long_description=read('README.rst'),
3232
url='https://github.com/pytest-dev/pytest-localserver',
3333

@@ -53,7 +53,7 @@ def run(self):
5353
zip_safe=False,
5454
include_package_data=True,
5555

56-
keywords='py.test pytest server localhost http smtp',
56+
keywords='pytest pytest server localhost http smtp',
5757
classifiers=[
5858
'Framework :: Pytest',
5959
'Operating System :: OS Independent',

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ deps =
2727
extras =
2828
smtp
2929
commands =
30-
py.test -v \
30+
pytest -v \
3131
--junitxml=junit-{envname}.xml \
3232
{posargs}

0 commit comments

Comments
 (0)