commit
36d0a71be8
|
@ -32,7 +32,7 @@ def pyfile_with_warnings(testdir: Testdir, request: FixtureRequest) -> str:
|
||||||
warnings.warn(RuntimeWarning("runtime warning"))
|
warnings.warn(RuntimeWarning("runtime warning"))
|
||||||
return 1
|
return 1
|
||||||
""",
|
""",
|
||||||
}
|
},
|
||||||
)
|
)
|
||||||
return str(test_file)
|
return str(test_file)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue