Skip to content

Commit ad0dd8d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 83fd020 commit ad0dd8d

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

docs/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
_build
1+
_build

docs/conf.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
master_doc = "index"
4747

4848
# General information about the project.
49-
project = u"pytest-selenium"
50-
copyright = u"2019, Dave Hunt"
51-
author = u"Dave Hunt, Jim Brännlund"
49+
project = "pytest-selenium"
50+
copyright = "2019, Dave Hunt"
51+
author = "Dave Hunt, Jim Brännlund"
5252

5353
# The version info for the project you're documenting, acts as replacement for
5454
# |version| and |release|, also used in various other places throughout the
@@ -222,8 +222,8 @@
222222
(
223223
master_doc,
224224
"pytest-selenium.tex",
225-
u"pytest-selenium Documentation",
226-
u"Dave Hunt",
225+
"pytest-selenium Documentation",
226+
"Dave Hunt",
227227
"manual",
228228
)
229229
]
@@ -254,7 +254,7 @@
254254
# One entry per manual page. List of tuples
255255
# (source start file, name, description, authors, manual section).
256256
man_pages = [
257-
(master_doc, "pytest-selenium", u"pytest-selenium Documentation", [author], 1)
257+
(master_doc, "pytest-selenium", "pytest-selenium Documentation", [author], 1)
258258
]
259259

260260
# If true, show URL addresses after external links.
@@ -270,7 +270,7 @@
270270
(
271271
master_doc,
272272
"pytest-selenium",
273-
u"pytest-selenium Documentation",
273+
"pytest-selenium Documentation",
274274
author,
275275
"pytest-selenium",
276276
"One line description of project.",

docs/news.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Release Notes
44
2.0.1 (2020-09-19)
55
------------------
66

7-
* Allow ``xdist`` worker nodes to configure sensitive url
7+
* Allow ``xdist`` worker nodes to configure sensitive url
88

99
* Thanks to `@charith-kulathilaka <https://github.com/charith-kulathilaka>`_ for reporting the issue.
1010

src/pytest_selenium/drivers/browserstack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@ def driver_kwargs(request, test, capabilities, **kwargs):
102102
kwargs = {
103103
"command_executor": provider.executor,
104104
"desired_capabilities": capabilities,
105-
"keep_alive": True
105+
"keep_alive": True,
106106
}
107107
return kwargs

0 commit comments

Comments
 (0)