Skip to content

Commit

Permalink
style: apply black
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Mar 20, 2024
1 parent 67a0466 commit e57296a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/test_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ def setup_settings():
),
),
(
TargetConfig("6.7.0", "desktop", "linux_gcc_64", "linux"),
re.compile(
r"Updater caused an IO error: .*No such file or directory: "
# '.*' wildcard used to match path separators on windows/*nix
r".*6\.7\.0.*gcc_64.*mkspecs.*qconfig.pri.*"
),
TargetConfig("6.7.0", "desktop", "linux_gcc_64", "linux"),
re.compile(
r"Updater caused an IO error: .*No such file or directory: "
# '.*' wildcard used to match path separators on windows/*nix
r".*6\.7\.0.*gcc_64.*mkspecs.*qconfig.pri.*"
),
),
),
)
Expand Down

0 comments on commit e57296a

Please sign in to comment.