PyUtilib / pyutilib

A collection of general Python utilities, including logging and file IO, subprocess management, plugin systems, and workflow management.
BSD 3-Clause "New" or "Revised" License
34 stars 20 forks source link

Remove pyutilib namespace package; defer TPL import tests #82

Closed jsiirola closed 4 years ago

jsiirola commented 4 years ago

Fixes: #N/A

Summary/Motivation:

This PR does two things:

Changes proposed in this PR:

Legal Acknowledgement

By contributing to this software project, I agree to the following terms and conditions for my contribution:

  1. I agree my contributions are submitted under the BSD license.
  2. I represent I am authorized to make the contributions and grant the license. If my employer has rights to intellectual property that includes these contributions, I represent that I have received permission to make contributions and grant the required license on behalf of that employer.
coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.03%) to 61.069% when pulling b7f5c75674f5051c81f47e7494b189907faa1464 on import-updates into 6591015234b400865573eebcb710e534e60ce13d on master.

jsiirola commented 4 years ago

@whart222, @blnicho: this is ready to review.

jsiirola commented 4 years ago

Closing this to split it into two PRs