Skip to content

Commit 242ba7f

Browse files
committed
Updating the TPL package list due to contrib.solver
1 parent a4dc0c2 commit 242ba7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyomo/environ/tests/test_environ.py

+1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ def test_tpl_import_time(self):
140140
'cPickle',
141141
'csv',
142142
'ctypes', # mandatory import in core/base/external.py; TODO: fix this
143+
'datetime', # imported by contrib.solver
143144
'decimal',
144145
'gc', # Imported on MacOS, Windows; Linux in 3.10
145146
'glob',

0 commit comments

Comments
 (0)