-
Runnning the tests on master (539c2ec6ade56c4e4341807cb0f6c26389ac7232) yields deprecation warnings due to Flask 2.2:
```
==========================================================================…
-
In python/typed_ast#144, I confirmed that typed_ast, and by extension pytest-black and pytest-mypy, are not supported on PyPy (and cause crashes on installation). I'd like to fashion a technique that …
-
## 🐛 Bug
@joshmoore pointed out in #1597 that our command line interface was failing when used with `pythonw`/`python.app`. We should add tests with and without python.app in our testing matrix to …
-
##### SUMMARY
Running black executable should format python as expected.
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
black
##### ANSIBLE VERSION
```paste below
Pytho…
-
### What's the problem this feature will solve?
Now that setuptools has support for specifying `setup.cfg` options in `pyproject.toml`, one config file remains: `MANIFEST.in`. It would be nice if `M…
-
Hey,
It'd be nice to have an inpirt/export function. That would help use the same tox id in different platforms ie, desktop and phone. Thanks, and keep up good work.
##
Want to back this issue? **…
-
Since `setuptools` 69.3, sdists get an underscore instead of a dot.
For example look on PyPI at the files of `plone.app.linkintegrity` [4.0.3](https://pypi.org/project/plone.app.linkintegrity/4.0.3/#…
-
Will `tox-conda` support `tox4`? I see that there's a `tox-4` branch, but it's almost 100 commits behind `master`/doesn't look maintained.
-
## What's the problem this feature will solve?
`--override` option is nice for changes, but currently it only replaces the config file option. But multiple options are list-like and it would be muc…
-
## Issue
Resolution of the absolute paths for posargs arguments fails when the tox root directory is located on a drive mapped with subst.
This happens, when e.g. a pytest test file is specified…