Reduce build requirements, and ensure they are enforced in testing#132
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #132 +/- ##
========================================
Coverage 95.83% 95.83%
========================================
Files 114 114
Lines 8115 8115
========================================
Hits 7777 7777
Misses 338 338 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
Note that you should normally not need to add any requirements to tests (or any other downstream users of the library), beyond those which are required by the tests themselves. For that, you would add the requirements that need to be fulfilled by the library users in the |
Closes: #131