-
## Issue
This is related to #3151 - LOCALAPPDATA is needed just as APPDATA is needed. It is a commonly used Windows environment variable and it is used by popular Python packages such as python-cer…
-
As of v1.26.0, `project.license-files` seems to no longer accept the following format.
```
license-files = { paths = ["LICENSE", "IP_NOTICE"] }
```
```tox run -e unit_tests
unit_tests: comman…
-
Attempting to use pypcap under python 2.7 installing via pip.
```None of the following found: ['libpcap.a', 'libpcap.so', 'libpcap.dylib', 'wpcap.lib']```
Appears to be related to the changes in…
-
Some CI runs are failing in `test_plugins.py` in `test_monitoring_user_fetch_prometheus_data`. [CI run example](https://github.com/canonical/opensearch-operator/actions/runs/11310272526/job/3145522163…
-
Hello everyone,
Last night I let my test suite running until this morning, but I noticed that it hasn't finished running all tests, looking at `htop`, I noticed some strange processes running for a r…
-
This project is the last of my dependencies that can only read from setup.cfg. the domains that I think should be used are something like:
_pyproject.toml:_
```toml
[ tool.babel.extract_messages …
-
I set up GitHub Actions to automatically run the project's unit tests using pytest and tox on each push and pull request, but GH Actions always stops with an error when trying to run this line of code…
-
I combine `flake8` and `vulture` and want to use `vulture` for stuff that is not being found by `flake8`.
The issue is that there are cases where I get two problems reported for one and the same issu…
-
## Issue
tox doesn't accept `deps` as a list when using ([as documented](https://tox.wiki/en/stable/config.html#pyproject-toml-native)) the native TOML configuration.
## Environment
Provide a…
-
I suggest adding tests with PyTest.
If you like the idea, and you approves I will volunteer to create the boilerplate and the first few tests.