We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9df28c commit 0fb3fcdCopy full SHA for 0fb3fcd
tests/test_holdup.py
@@ -253,7 +253,7 @@ def test_eval_falsey(testdir):
253
254
255
def test_eval_distutils(testdir, extra):
256
- result = testdir.run("holdup", 'eval://__import__("distutils.spawn").spawn.find_executable("find")', *extra)
+ result = testdir.run("holdup", 'eval://__import__("shutil").which("find")', *extra)
257
if extra:
258
result.stdout.fnmatch_lines(["success !"])
259
assert result.ret == 0
0 commit comments