Skip to content

Commit

Permalink
Also replace this distutils use.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Apr 11, 2024
1 parent d9df28c commit 0fb3fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_holdup.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def test_eval_falsey(testdir):


def test_eval_distutils(testdir, extra):
result = testdir.run("holdup", 'eval://__import__("distutils.spawn").spawn.find_executable("find")', *extra)
result = testdir.run("holdup", 'eval://__import__("shutil").which("find")', *extra)
if extra:
result.stdout.fnmatch_lines(["success !"])
assert result.ret == 0
Expand Down

0 comments on commit 0fb3fcd

Please sign in to comment.