Skip to content

Commit

Permalink
Fix test requiring unreleased pytest feature
Browse files Browse the repository at this point in the history
  • Loading branch information
millerdev committed Oct 17, 2024
1 parent b066610 commit 77ba590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_autouse.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def test_two():
ss_tracer().append("t2")

pytester = unmagic_tester()
pytester.makeini('[pytest]\npythonpath = .\n')
pytester.syspathinsert(pytester.path)
pytester.makepyfile(plug=plug_py, test_it=test_py)

result = pytester.runpytest("-s", "-pplug")
Expand Down

0 comments on commit 77ba590

Please sign in to comment.