Skip to content

Commit 8946534

Browse files
authored
Merge pull request #3164 from jsiirola/update-environ-tpl
Updating TPL package list due to contrib.solver
2 parents 476766e + 2edbf24 commit 8946534

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)