File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149149 run : briefcase package ${{ matrix.briefcase-target }} --update --adhoc-sign
150150
151151 - name : Upload Logs
152- uses : actions/upload-artifact@v4.3.4
152+ uses : actions/upload-artifact@v4.4.0
153153 if : failure()
154154 with :
155155 name : build-failure-logs-${{ matrix.backend }}-${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ repos:
1515 - id : isort
1616 additional_dependencies : [toml]
1717 - repo : https://github.com/asottile/pyupgrade
18- rev : v3.16 .0
18+ rev : v3.17 .0
1919 hooks :
2020 - id : pyupgrade
2121 args : [--py38-plus]
2222 - repo : https://github.com/psf/black-pre-commit-mirror
23- rev : 24.4.2
23+ rev : 24.8.0
2424 hooks :
2525 - id : black
2626 - repo : https://github.com/PyCQA/flake8
27- rev : 7.1.0
27+ rev : 7.1.1
2828 hooks :
2929 - id : flake8
Original file line number Diff line number Diff line change 1111
1212def xfail_if_not_installed (package_name ):
1313 """A test decorator that xfails a test if the named package isn't installed.
14-
1514 The third-party tests are dependant on packages being built. During pre-release some
1615 packages won't be compilable. So - the pyproject.toml installs third party packages
17- with a version conditional gate .
16+ with some conditional gating .
1817
1918 This decorator checks for app metadata (which is an indicator that the package has
2019 been installed). If the metadata exists, the test is executed; if it isn't we XFAIL
You can’t perform that action at this time.
0 commit comments