Skip to content

Commit 9f04390

Browse files
committed
Make test platform agnostic
1 parent 9dcc6da commit 9f04390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyomo/common/tests/test_deprecated.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ def test_relocated_module(self):
434434
r"DEPRECATED: The 'pyomo\.common\.tests\.relo_mod' module has "
435435
r"been moved to 'pyomo\.common\.tests\.relo_mod_new'. Please "
436436
r"update your import. \(deprecated in 1\.2\) \(called from "
437-
r".*/pyomo/common/tests/test_deprecated\.py")
437+
r".*test_deprecated\.py")
438438
with LoggingIntercept() as LOG:
439439
# Second import: no warning
440440
import pyomo.common.tests.relo_mod as relo

0 commit comments

Comments
 (0)