Michael Seifert

Results 244 comments of Michael Seifert

Is there anything pytest-asyncio can do to simplify this? I'm not a heavy pytest-benchmark user, but if someone has an idea to simplify the integration of both plugins from the...

> You'd better move to prior version. -> 0.21.1. I also wasted a day, figuring out why contextvar got spawend on another event_loop. I agree. If pytest-asyncio v0.23 is currently...

Hello! Is there any opinion/decision on the topic?

I can reproduce the same hash mismatch with the following PEX call (with Pex v2.3.1, line breaks added for clarity): ``` $ PEX_VERBOSE=3 pex3 lock create --style universal --pypi --index...

I tried the different pip versions listed in Pex's `--pip-version` option. The lockfile creation was unsuccessful with all of them.

The reproducer has just one resolve, but two indexes. In reality, I work with multiple resolves for PyTorch, one that includes the CPU only version, and another one that includes...

The logs of [one of the test runs](https://gitlab.com/remote-apis-testing/remote-apis-testing/-/jobs/6643058386) report that the RE server fails to find the Python3.9 executable in `/root/.cache/nce/60b51…8fda/…`. I see a similar error when testing locally with...

Thanks for the pointer! The rule you mentioned clearly distinguishes between remote and local environments: https://github.com/pantsbuild/pants/blob/a40f2fdd52542274b716ad7829b597303e030ff6/src/python/pants/core/util_rules/adhoc_binaries.py#L50-L57 When `get_python_for_scripts` requests `_PythonBuildStandaloneBinary` in line 55, I expect the engine to run the...

@dimaqq @heliping The issue was addressed in pytest-asyncio. Can you check if the fix works for you? You'll need to install the VCS version of pytest-asyncio for that: `pip install...

@jaredar1232 I think a release in the near future would make sense, especially because of the deprecations around async fixture handling. @Tinche @asvetlov Would it make sense to release pytest-asyncio...