-
# Triage summary
If you scatter a key, dereference the returned future, and then scatter again the same key (with the same value), the release of the first future is likely to reach the scheduler aft…
-
Dear _mqttwarn_ community,
this will be all about my proposal for finally giving _mqttwarn_ a test harness in order to support the nice people caring about it, to make it more robust and to encoura…
amotl updated
2 years ago
-
Example where pytest-cov produces console spam: when you call `pytest --collect-only`. Obviously that doing a coverage report when you do not run even one test makes no sense.
Also when using marke…
-
In pypa/distutils#259, I'm tracking down an emergent regression in the import logic that breaks the test suite on pytest 8.1 and 8.2.
It looks like it's successfully discovering `distutils/cygwinco…
-
We should add type hints and check them in CI.
-
tests/stores/conftest.py:7: in
> from ..conftest import Base
> E ValueError: Attempted relative import beyond toplevel package
I'm using pytest 2.3.5
How can i solve this? thanks!
-
It would be nice to retain the whitespace following lines even in multi-line expressions, such as list or dict definitions. Here is a (truncated) example where we are defining named fields in a binary…
-
|[](https://github.com/glyph)| @glyph reported|
|-|-|
|Trac ID|trac#9040|
|Type|task|
|Created|2017-02-15 20:13:05Z|
Periodically, some tool or other - usually an IDE, or editor plugin - gets deeply …
-
This issue can be observed in this log https://travis-ci.org/nengo/nengo/jobs/510052898#L894. Sorry I couldn't come up with a smaller test case, but it seems to be a specific interaction with this re…
-
`nox-poetry` currently by default always recreates the virtual environment on every invocation of the session. This has the advantage of ensuring that the environment is always up to date, but at the …