We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dcc6da commit 9f04390Copy full SHA for 9f04390
pyomo/common/tests/test_deprecated.py
@@ -434,7 +434,7 @@ def test_relocated_module(self):
434
r"DEPRECATED: The 'pyomo\.common\.tests\.relo_mod' module has "
435
r"been moved to 'pyomo\.common\.tests\.relo_mod_new'. Please "
436
r"update your import. \(deprecated in 1\.2\) \(called from "
437
- r".*/pyomo/common/tests/test_deprecated\.py")
+ r".*test_deprecated\.py")
438
with LoggingIntercept() as LOG:
439
# Second import: no warning
440
import pyomo.common.tests.relo_mod as relo
0 commit comments