chore(tests): simplify get_platform test

`nest_asyncio` is archived and broken on some platforms so it's
not worth keeping in our test suite.
This commit is contained in:
stainless-app[bot] 2025-09-06 03:38:23 +00:00
parent 273dffa4ac
commit 0a47e601d1
3 changed files with 6 additions and 49 deletions

View file

@ -56,7 +56,6 @@ dev-dependencies = [
"dirty-equals>=0.6.0",
"importlib-metadata>=6.7.0",
"rich>=13.7.1",
"nest_asyncio==1.6.0",
"pytest-xdist>=3.6.1",
]