Closed tornaria closed 1 year ago
Merging #435 (8e4bb7c) into master (0436f5a) will decrease coverage by
0.06%
. The diff coverage isn/a
.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
@@ Coverage Diff @@
## master #435 +/- ##
==========================================
- Coverage 83.63% 83.57% -0.06%
==========================================
Files 49 49
Lines 11715 11715
Branches 2190 2190
==========================================
- Hits 9798 9791 -7
- Misses 1917 1924 +7
see 1 file with indirect coverage changes
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Thanks!
Since gmpy2 is a build dependency for mpmath
Actually, it's not. You can test the mpmath without gmpy2.
Since gmpy2 is a build dependency for mpmath
Actually, it's not. You can test the mpmath without gmpy2.
I stand corrected. Neither build or runtime dependency.
However, I believe mpmath should be faster with gmpy2, so we ship mpmath with gmpy2 as a runtime dep. It seems better to build gmpy2 first and skip one test, then build mpmath and test with gmpy2. In any case, this PR allows one to build and test both packages independently of each other.
Since gmpy2 is a build dependency for mpmath, this allows testing gmpy2 before mpmath is built.