summaryrefslogtreecommitdiff
path: root/scripts/mkvenv.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mkvenv.py')
-rwxr-xr-xscripts/mkvenv.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/mkvenv.py b/scripts/mkvenv.py
index 496b11052..8291efcfd 100755
--- a/scripts/mkvenv.py
+++ b/scripts/mkvenv.py
@@ -396,10 +396,10 @@ def _find_libs() -> Dict[Tuple[str, str], List[str]]:
def run_qt_smoke_test_single(
- venv_dir: pathlib.Path, *,
- debug: bool,
- pyqt_version: str,
- ) -> None:
+ venv_dir: pathlib.Path, *,
+ debug: bool,
+ pyqt_version: str,
+) -> None:
"""Make sure the Qt installation works."""
utils.print_title("Running Qt smoke test")
code = [