-
I am testing this project with Python3.{10..12} in Gentoo and I see two warnings which might be worth of addressing before next release. First one is from compilation phase:
```
>>> Compiling source…
-
Follow-on from #125
-
### Is this a new bug in dbt-core?
- [X] I believe this is a new bug in dbt-core
- [X] I have searched the existing issues, and I could not find an existing issue for this bug
### Current Behavior
…
-
I have a periodically-increasing set of regression test-cases in my test database, but I don't see a documented way to look in the django db and use that data to set the length of my parameterized 're…
-
## Background
I have an issue when i using pytest. Originally was using `pytest-django` for running my test suite but after it broke i switched to django test suite. I really like pytest and want to …
-
Even though I'm well aware of the `nursery` fixture's behavior of cancelling the nursery when the test function reaches end of scope, too many times I've written invalid tests that silently end withou…
belm0 updated
3 years ago
-
This happens if and only if all of the following are true:
* using xdist
* using flaky
* An exception occurs in a fixture
* There are remaining tests left to be assigned to processes, and every pr…
-
### Description
When running the test suite against `anyio-4.0.0` and `4.1.0`, I'm getting the following failure:
```pytb
$ python -m pytest
=====================================================…
-
I have a setup where spinning up the containers for tests is quite expensive. It would be nice if there was an option to either leave contains running after the first execution or to use a project sta…
-
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…