jaraco / skeleton

A generic project skeleton for Python projects.
http://blog.jaraco.com/skeleton/
MIT License
123 stars 36 forks source link

Split the test dependencies into four classes (test, cover, type, check). #139

Closed jaraco closed 3 months ago

jaraco commented 3 months ago

Allows for easier exclusion by downstream integrators. Ref jaraco/skeleton#138

jaraco commented 3 months ago

I tested merging this with importlib_resources and it merged without conflicts, which is quite encouraging. That means it'll likely merge without conflicts to most projects.

@LecrisUT, does this change align with your expectations? Does it solve your packaging woes?

LecrisUT commented 3 months ago

Yep, this works just well on our side

mtelka commented 3 months ago

I'm pleased to see this developed and merged. Thank you!