-
I regurarly use `pytest-flake8`, but now I can't terminate the flake8 check with Ctrl+C, because the main thread is exited, but the tests still running.
```
foo@foo:~/test$ tox
py27 installed: at…
-
* [ ] Figure out what to target and the build env
* [ ] Define test containers
* [ ] Integrate into tox+GHA
-
### Expected behavior
Font color / font background tool icons / shortcuts to work as expected.
### Actual behavior
Miranda sends error letters in the message, does not send all colors as expected…
Tharn updated
11 months ago
-
# Bug report
## What's wrong
> Again, this is a **really** cool project ❤️
Consider the following code:
```py
from enum import Enum, auto
import math
from typing import TypeAlias
fr…
-
Noticed when running ansible integration tests:
```
+ ansible-playbook test_connection.yml -i ../connection_paramiko_ssh/test_connection.inventory -e target_hosts=paramiko_ssh -e action_prefix= -e…
-
We should move away from pycodestyle (used by [Flake8](https://pypi.org/project/flake8/)) which has some inherent design limitations such as not being able to qualify an analysis outside of the curren…
-
After upgrading `ruamel.yaml` to 0.17.26 (possibly older versions), the formatting changes and causes the test suite to fail:
```pytb
$ python -m pytest tests/test_jsonyaml_plugin.py::testYamlPlug…
-
## Summary
Runs with `--parallel_attempts` > 1 can lead to `multiprocessing` notifying about leaked semaphore objects
## Description
--
## Expected behaviour
No leaks
## Sample output
…
-
While storing generated files in the repository is smelly, so is what we have now with code from `alqtendpy` CAMPed (Copy And Modify Programming) here plus the building happening \_any\_ time that `se…
-
``` console
$ python3.8 --version
Python 3.8.12
$ tox -e py38 --notest
ROOT: No tox.ini or setup.cfg or pyproject.toml found, assuming empty tox.ini at /tmp/tmp.FN9goITk7Q
py38: OK (0.11 second…