Skip to content

Commit

Permalink
Try no:faulthandler (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 committed Nov 29, 2023
1 parent 9f456be commit 94b3449
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions ci/windows_ci.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,7 @@ function Test-kivy() {

python -m pip config set install.find-links "$(pwd)\dist"

git clone https://github.com/kivy/kivy.git kivy_src

cd kivy_src
git revert adb8344227d3095be026ad27fa9c07e130e7418a -n # revert Kivy PR #8342
cd ..
git clone --depth 1 https://github.com/kivy/kivy.git kivy_src

# use the current kivy_deps just built, not the older version specified in the reqs
((get-content -Path kivy_src/pyproject.toml -Raw) -replace "kivy_deps.$env:PACKAGE_TARGET`_dev~.+;","kivy_deps.$env:PACKAGE_TARGET`_dev;") | set-content -Path kivy_src/pyproject.toml
Expand All @@ -66,9 +62,7 @@ function Test-kivy() {
cd "$test_path"

echo "[run]`nplugins = kivy.tools.coverage`n" > .coveragerc

python -m pytest .

python -m pytest -p no:faulthandler .
}

function Get-angle-deps() {
Expand Down

0 comments on commit 94b3449

Please sign in to comment.