Skip to content

Commit

Permalink
Merge pull request #7760 from misl6/fix/benchmark-tests
Browse files Browse the repository at this point in the history
Fixes benchmark tests on wheels
  • Loading branch information
matham committed Jan 22, 2022
2 parents b37f281 + e3fa930 commit c02d716
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/ubuntu_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ test_kivy() {
}

test_kivy_benchmark() {
KIVY_NO_ARGS=1 python3 -m pytest "$(pwd)/kivy/tests" --benchmark-only
KIVY_NO_ARGS=1 pytest --pyargs kivy.tests --benchmark-only
}

test_kivy_install() {
Expand Down
2 changes: 1 addition & 1 deletion .ci/windows_ci.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function Test-kivy {
}

function Test-kivy-benchmark {
python -m pytest "$(pwd)/kivy/tests" --benchmark-only
pytest --pyargs kivy.tests --benchmark-only
}

function Test-kivy-installed {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manylinux_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
run: |
source .ci/ubuntu_ci.sh
test_kivy_benchmark
- name: Upload benchamrks as artifact
- name: Upload benchmarks as artifact
uses: actions/upload-artifact@v2
with:
name: benchmarks
Expand Down

0 comments on commit c02d716

Please sign in to comment.