-
The [flake8 docs specify](https://flake8.readthedocs.io/en/latest/user/configuration.html#configuration-locations) that project level configuration can live in one of three files: `setup.cfg`, `tox.in…
-
Please could you provide an example `tox.ini` to help explain how to use this plugin? I'm struggling to get tox to use pipenv instead of pip.
Cheers
flyte updated
6 years ago
-
# x-post to django-environ: https://github.com/joke2k/django-environ/issues/372
```
mypy --config-file ../mypy-django.ini project
Error constructing plugin instance of NewSemanalDjangoPlugin
Tr…
-
My CI pipelines using tox-conda don't seem to work anymore as of recently, as I get the following error:
```
File "/home/runner/work/xugrid/xugrid/.tox/.tox/lib/python3.10/site-packages/tox_cond…
-
At the moment we use tox to:
- Run specific tox envs in CI and locally, like `tox -e docs` to invoke `sphinx` with the right args including for `autobuild`
- Run `tox -p` to do the tasks that CI wil…
-
# Summary
when running with pytest-cov I get a ' Module x was previously imported, but not measured (module-not-measured)' but it is actually measured.
see the output here:
https://github.com/gra…
-
Hi,
I added coverage to the tests of the tox project and stumbled over a problem when trying to record branch coverage. The problem is os independent and can be reproduced easily with the code of t…
-
## Steps to reproduce
This only happens once per couple of test runs, hence is difficult to reproduce, but you can do so by running:
```
git clone https://github.com/canonical/iam-bundle.git
…
-
Hello! I found this plugin when looking for doc about Python / tox usage in CircleCI. The current doc doesn’t explain clearly *what problem* it solves, and my tox config that doesn’t use it seems to…
-
When a plugin opens a dialog, the Oxyde skin (TinyMCE's default skin) applies a CSS to every element of the dialog (not by inheritance, but with the `*` selector). This breaks some displays that requi…