mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-14 12:15:53 +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
|
||||
# expected
|
||||
if sys.version_info < (3, 7):
|
||||
iter(webbrowser._tryorder)
|
||||
else:
|
||||
assert webbrowser._tryorder is None
|
||||
assert webbrowser._tryorder is None
|
||||
|
||||
monkeypatch.setattr("webbrowser._tryorder", [])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue