mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
acf29cf659
commit
f5c2026dcf
1 changed files with 1 additions and 4 deletions
|
|
@ -103,10 +103,7 @@ def test_open_graphical_browser(monkeypatch):
|
||||||
|
|
||||||
# Just assert that this internal attribute still exists and behaves the way
|
# Just assert that this internal attribute still exists and behaves the way
|
||||||
# expected
|
# expected
|
||||||
if sys.version_info < (3, 7):
|
assert webbrowser._tryorder is None
|
||||||
iter(webbrowser._tryorder)
|
|
||||||
else:
|
|
||||||
assert webbrowser._tryorder is None
|
|
||||||
|
|
||||||
monkeypatch.setattr("webbrowser._tryorder", [])
|
monkeypatch.setattr("webbrowser._tryorder", [])
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue