agronholm / exceptiongroup

Backport of PEP 654 (exception groups)
Other
42 stars 20 forks source link

Include tests in sdist #59

Closed mgorny closed 1 year ago

mgorny commented 1 year ago

Include tests when building sdist archives, in order to make them a suitable source for distributions.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 4401520871


Totals Coverage Status
Change from base Build 4399527946: 7.5%
Covered Lines: 2303
Relevant Lines: 3166

💛 - Coveralls
mgorny commented 1 year ago

Thanks!

agronholm commented 1 year ago

I usually use setuptools with setuptools_scm where this is handled automatically.