ibpsa / project1-boptest

Building Optimization Performance Tests
Other
101 stars 66 forks source link

Drop support for example Python test controllers for Python 2 #634

Closed dhblum closed 1 month ago

dhblum commented 3 months ago

Currently, unit tests run make test_python2 in a Python 2 environment (https://github.com/ibpsa/project1-boptest/blob/master/.travis.yml#L93) to check the example Python controllers run in Python 2. This issue is to drop that support by removing the tests from the testing makefile and travis .yml.

dhblum commented 1 month ago

Closed by https://github.com/ibpsa/project1-boptest/pull/642.