mirror of
https://github.com/kyleneideck/BackgroundMusic
synced 2024-11-29 07:20:27 +00:00
skip-ui-tests.py: Update the path to Python as macOS dropped Python 2.
This commit is contained in:
parent
7d700b3de5
commit
73f221e423
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python2.7
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# This file is part of Background Music.
|
# This file is part of Background Music.
|
||||||
#
|
#
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
# skip-ui-tests.py
|
# skip-ui-tests.py
|
||||||
# BGMAppUITests
|
# BGMAppUITests
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 Kyle Neideck
|
# Copyright (c) 2017, 2024 Kyle Neideck
|
||||||
#
|
#
|
||||||
# Disables the UI tests. This is mainly useful on CI systems that don't support UI tests.
|
# Disables the UI tests. This is mainly useful on CI systems that don't support UI tests.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue