File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def run(self):
27
27
maintainer = 'David Zaslavsky' ,
28
28
maintainer_email = '[email protected] ' ,
29
29
license = 'MIT License' ,
30
- description = 'py.test plugin to test server connections locally.' ,
30
+ description = 'pytest plugin to test server connections locally.' ,
31
31
long_description = read ('README.rst' ),
32
32
url = 'https://github.com/pytest-dev/pytest-localserver' ,
33
33
@@ -53,7 +53,7 @@ def run(self):
53
53
zip_safe = False ,
54
54
include_package_data = True ,
55
55
56
- keywords = 'py.test pytest server localhost http smtp' ,
56
+ keywords = 'pytest pytest server localhost http smtp' ,
57
57
classifiers = [
58
58
'Framework :: Pytest' ,
59
59
'Operating System :: OS Independent' ,
Original file line number Diff line number Diff line change 27
27
extras =
28
28
smtp
29
29
commands =
30
- py.test -v \
30
+ pytest -v \
31
31
--junitxml =junit-{envname}.xml \
32
32
{posargs}
You can’t perform that action at this time.
0 commit comments