nucleic / kiwi

Efficient C++ implementation of the Cassowary constraint solving algorithm
https://kiwisolver.readthedocs.io/en/latest/
Other
693 stars 89 forks source link

py: tests: make tests run under PyPy #158

Closed zougloub closed 1 year ago

zougloub commented 1 year ago

Closes #157

codecov-commenter commented 1 year ago

Codecov Report

Merging #158 (ad1c62f) into main (b348312) will increase coverage by 0.32%. The diff coverage is n/a.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #158 +/- ## ========================================== + Coverage 87.40% 87.73% +0.32% ========================================== Files 24 24 Lines 1604 1622 +18 Branches 74 79 +5 ========================================== + Hits 1402 1423 +21 - Misses 184 185 +1 + Partials 18 14 -4 ```
MatthieuDartiailh commented 1 year ago

I am confused as to why PyPy stopped using the qualname. But given this does not affect the correctness of the code I am fine with relaxing the tests. Thanks for the PR