Skip to content

Commit ca168df

Browse files
author
Andrew J Westlake
committed
Made a quick fix for a tokio test attribute
1 parent 69eaa95 commit ca168df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytests/tokio_asyncio/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ async def main():
297297
asyncio.run(main())
298298
"#;
299299

300-
#[pyo3_asyncio::async_std::test]
300+
#[pyo3_asyncio::tokio::test]
301301
fn test_contextvars() -> PyResult<()> {
302302
Python::with_gil(|py| {
303303
let contextvars = match py.import("contextvars") {

0 commit comments

Comments
 (0)