Skip to content

Commit

Permalink
ci(dependabot): bump aganders3/headless-gui from 1 to 2 (#619)
Browse files Browse the repository at this point in the history
Bumps [aganders3/headless-gui](https://github.com/aganders3/headless-gui) from 1 to 2.
- [Release notes](https://github.com/aganders3/headless-gui/releases)
- [Commits](aganders3/headless-gui@v1...v2)

---
updated-dependencies:
- dependency-name: aganders3/headless-gui
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 5758566 commit 96d2d99
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: python -m pip install --upgrade hatch

- name: Test
uses: aganders3/headless-gui@v1
uses: aganders3/headless-gui@v2
with:
run: hatch -v run +backend=${{ matrix.backend }} test:run

Expand All @@ -77,7 +77,7 @@ jobs:
python -m pip install pytest 'pydantic<2' attrs pytest-cov pyqt6
- name: Test
uses: aganders3/headless-gui@v1
uses: aganders3/headless-gui@v2
with:
run: pytest tests/test_ui_field.py -v --color=yes --cov=magicgui --cov-report=xml

Expand All @@ -103,7 +103,7 @@ jobs:
python -m pip install -e ./napari-from-github[pyqt5]
- name: Test napari magicgui
uses: aganders3/headless-gui@v1
uses: aganders3/headless-gui@v2
with:
working-directory: napari-from-github
run: pytest -W ignore napari/_tests/test_magicgui.py -v --color=yes
Expand All @@ -128,7 +128,7 @@ jobs:
python -m pip install ./magic-class[testing]
- name: Test magicclass
uses: aganders3/headless-gui@v1
uses: aganders3/headless-gui@v2
# magicclass is still in development, don't fail the whole build
# this makes this much less useful... but it's better than nothing?
continue-on-error: true
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
python -m pip install ./stardist-napari[test]
- name: Run stardist tests
uses: aganders3/headless-gui@v1
uses: aganders3/headless-gui@v2
with:
working-directory: stardist-napari
run: python -m pytest -v --color=yes -W ignore stardist_napari
Expand All @@ -183,7 +183,7 @@ jobs:
python -m pip install ./PartSeg[test,pyqt5]
- name: Run PartSeg tests
uses: aganders3/headless-gui@v1
uses: aganders3/headless-gui@v2
with:
working-directory: PartSeg
run: python -m pytest -v --color=yes -W ignore package/tests/test_PartSeg/test_napari_widgets.py
Expand Down

1 comment on commit 96d2d99

@rubaalmutairi305
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.