We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b135e commit 63926b4Copy full SHA for 63926b4
tests/simulation/simulator/vcs/test_simulation_simulator_vcs.py
@@ -216,7 +216,9 @@ def test():
216
try:
217
from shutil import which
218
except:
219
- from distutils.spawn import find_executable as which
+ # from distutils.spawn import find_executable as which
220
+ print('no which command')
221
+ return
222
223
if which('vcs'):
224
sim = simulation.Simulator(test_module, sim='vcs')
0 commit comments