Skip to content

Commit

Permalink
Test suite using deprecated->removed method
Browse files Browse the repository at this point in the history
  • Loading branch information
kne committed Nov 29, 2024
1 parent d53b815 commit 647acf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
run: |
cp patches/pyproject.toml pybox2d
cp patches/setup-2.3.10.py pybox2d/setup.py
sed -i -e 's/assertEquals/assertEqual/' pybox2d/library/Box2D/tests/test_joints.py
grep assertEquals pybox2d/library/Box2D/tests/*.py || echo "No assertEquals found"
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.22.0
Expand Down

0 comments on commit 647acf3

Please sign in to comment.