Skip to content

Commit

Permalink
Merge pull request #342 from asottile-sentry/re-cythonize
Browse files Browse the repository at this point in the history
re-cythonize files via `cythonize -3`
  • Loading branch information
xzkostyan committed Nov 1, 2022
2 parents e815179 + 6cb3590 commit 3d8cfc6
Show file tree
Hide file tree
Showing 5 changed files with 1,971 additions and 838 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
env:
USE_NUMPY: ${{ matrix.use-numpy }}
- name: Run tests
run: coverage run -m py.test --timeout=10 -v
run: coverage run -m pytest --timeout=10 -v
timeout-minutes: 5
env:
# Set initial TZ for docker exec -e "`env | grep ^TZ`"
Expand Down

0 comments on commit 3d8cfc6

Please sign in to comment.