-
**Is your feature request related to a problem? Please describe.**
I am always frustrated when my editor auto-formats in a way that fails CI.
**Describe the solution you'd like**
Update Black…
-
I'm eager to reproduce this if I can. I cloned scriv and ran `python -m tox -e quality` and it passed, without any output suggesting the scriv command ran.
I ran without tox as `pylint src/scriv te…
-
```
pytest-black master $ tox --notest
python: install_deps> python -I -m pip install 'pytest>=3.0'
.pkg: install_requires> python -I -m pip install 'setuptools>=40.8.0' wheel
.pkg: _optional_hoo…
-
Getting the following when trying the example in the readme.
```
$ python --version
Python 3.8.2
$ pip freeze
appdirs==1.4.3
coverage==5.1
distlib==0.3.0
filelock==3.0.12
flake8==3.6.0
flak…
-
This metaticket proposes to use mainstream Python testing and linting infrastructure for Sage -- by adding configuration files and documentation.
**tox**:
- #28987 Add `src/tox.ini`: As an alternat…
-
The plugin should be able to read the credentials for alternative source repositories as they are configured via `poetry config ...` and somehow use them in tox.
***Related***:
* #8
* #13
-
Occasionally, we don't achieve full coverage, causing CI to fail. Rather than reducing our threshold, I'd rather rewrite the tests (or add an example) to force full coverage.
The details of the mos…
-
the python 3.9 there has issues:
```
freebsd14: py39-fuse2: commands[0]> py.test -v -n 8 -rs --cov=borg --cov-config=.coveragerc --benchmark-skip --pyargs borg.testsuite
freebsd14: Traceback (m…
-
Yesterday cryptography published an update that injects a `DeprecationWarning` right into their package `__init__`. Their `DeprecationWarning` is custom and is declared in their own project, in `crypt…
-
I support a number of projects that depend on lxml (svg.charts, openpack, jaraco.site, ...). Every time a new Python is released, lxml lags in supplying binary artifacts for that Python, meaning that …