You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Resolve warning for markers applied to fixtures
* Resolve warning for test function with return value
* Mark test as component rather than unit since it uses a solver
* Add handling for expected warnings emitted by parameter_sweep
* Remove redundant marker registration
* Do not ignore warnings
* Treat warnings as exceptions when running pytest in CI
* Use raw string literal to escape regex char
* Move warnings-as-errors config to pytest.ini and handle IDAES/idaes-pse#1549
* Use raw string literal to resolve SyntaxErrors
* Try resolving failures in notebook tests
* Try using a more specific filter
* Add filter for yet again another ResourceWarning
* Reduce test output
* Add --cov flag previously defined unconditionally in pytest.ini
* Make filterwarnings regex Windows-compatible
* Add marker for expected warning observed on macOS CI run
* Resolve Pyomo deprecation warnings spotted in docs build log
-Werror
flag that turns errors into exceptionsfilterwarnings
line, e.g.ignore:unclosed file .*Visualization-data/SA-.*\.bin:ResourceWarning
The text was updated successfully, but these errors were encountered: