-
Please see the log: [scikit-build-test-0.16.1.log](https://github.com/scikit-build/scikit-build/files/9896692/scikit-build-test-0.16.1.log)
-
Hi all,
I would like to have two containers connected each others, with a code similar to
```
test_network = Network()
test_network.create()
container1 = DockerContainer("myimage1", hostname="myi…
-
What steps will reproduce the problem?
1. Run xunit unit test w/ --processes=2
2. See fails
What is the expected output? What do you see instead?
All of nose's tests should pass under --processes=2
…
-
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w --no-isolatio…
-
Hi, thanks for this library. I am hoping to migrate away from `pytest-asyncio` because of recent changes there.
I am using the `aiolib` fixture like this:
```python
@pytest.fixture(scope="sessi…
-
### Describe the bug
I tried running the example `client = await aiohttp_client(app)` pytest example from testing.rst, but it doesn't work.
### To Reproduce
Run pytest client example from tes…
-
Hello! Something has been broken with the latest pytest-asyncio releases.
Consider such code:
```python
import asyncio
import pytest
@pytest.fixture(scope='session')
def event_loop():
…
-
Since this is my first Issue here, I want to use this opportunity to thank you guys for your hard work. I love and enjoy working with `cypress` so far and I'm really looking forward to upcoming releas…
-
#### Describe the bug
Tests in `PyRIT/tests/memory/test_azure_sql_memory.py` fail to run in MacOS.
#### Steps/Code to Reproduce
- Install PyRIT in dev mode.
- Initialize environment.
…
-
**Issue**
For example in the commit https://github.com/pypa/virtualenv/commit/445a68dffa7ba5c0af3b02ec0545b760cd8c04ba it was fixed that the venv prefix on Debian systems with 3.10 includes a wrong…