Skip to content

Commit

Permalink
ci: replace pytest with unittest
Browse files Browse the repository at this point in the history
Using pytest, we run into access violation errors on Windows.
They disappear when we use the unittest module.
  • Loading branch information
trin94 committed Jan 26, 2024
1 parent f00031c commit 8bff302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
function execute() { echo -e "\033[0;34m$*\033[0m"; "$@"; }
execute source venv/bin/activate
execute xvfb-run python -m pytest
execute xvfb-run python -m unittest
test-windows:
runs-on: windows-latest
Expand Down

0 comments on commit 8bff302

Please # to comment.