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

Fixing Pyomo GitHub issue 1257 #77

Closed mrmundt closed 4 years ago

mrmundt commented 4 years ago

Fixes:

Pyomo Issue #1257

Summary/Motivation:

test.pyomo did not actually run any tests for Windows, Python 3.8. This was due to a missing nosetests flag that was introduced specifically for Windows, Py3.8.

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.
jsiirola commented 4 years ago

The Travis test failure is unrelated to this PR and is resolved by #78.