Skip to content

Commit

Permalink
skip mypy unit tests if running on pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
flashdagger committed Oct 20, 2023
1 parent 8f3e415 commit 92be81b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_types.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
- case: client_attributes_are_of_proper_type
skip: sys.implementation.name == "pypy"
main: |
from zammadoo import Client
Expand Down

0 comments on commit 92be81b

Please sign in to comment.