- Feb 17, 2022
-
-
Richard van der Hoff authored
As the comment says, virtualenv is a pile of fail.
-
- Feb 02, 2022
-
-
Richard van der Hoff authored
We disabled coverage calculation for most of CI in #11017, but the olddeps build uses a separate script and got forgotten.
-
- Jan 21, 2022
-
-
Shay authored
* remove reference in comments to python3.6 * upgrade tox python env in script * bump python version in example for completeness * upgrade python version requirement in setup doc * upgrade necessary python version in __init__.py * upgrade python version in setup.py * newsfragment * drops refs to bionic and replace with focal * bump refs to postgres 9.6 to 10 * fix hanging ci * try installing tzdata first * revert change made in b979f336 * ignore new random mypy error while debugging other error * fix lint error for temporary workaround * revert change to install list * try passing env var * export debian frontend var? * move line and add comment * bump pillow dependency * bump lxml depenency * install libjpeg-dev for pillow * bump automat version to one compatible with py3.8 * add libwebp for pillow * bump twisted trunk python version * change suffix of newsfragment * remove redundant python 3.7 checks * lint
-
- Aug 11, 2021
-
-
David Robertson authored
-
- Aug 10, 2021
-
-
David Robertson authored
-
- Apr 08, 2021
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
- Mar 25, 2021
-
-
Quentin Gliech authored
On NixOS, `bash` isn't under `/bin/bash` but rather in some directory in `$PATH`. Locally, I've been patching those scripts to make them work. `/usr/bin/env` seems to be the only [portable way](https://unix.stackexchange.com/questions/29608/why-is-it-better-to-use-usr-bin-env-name-instead-of-path-to-name-as-my ) to use binaries from the PATH as interpreters. Signed-off-by:
Quentin Gliech <quentingliech@gmail.com>
-
- Jan 25, 2021
-
-
Patrick Cloke authored
Co-authored-by:
Dan Callahan <danc@element.io> pip 21.0 stopped supporting Python 3.5.
-
Patrick Cloke authored
Co-authored-by:
Dan Callahan <danc@element.io> pip 21.0 stopped supporting Python 3.5.
-
- Dec 02, 2020
-
-
Patrick Cloke authored
-
- Mar 02, 2020
-
-
Erik Johnston authored
I'm not really sure how this was going wrong, but this seems like the right approach anyway.
-
- Feb 10, 2020
-
-
Richard van der Hoff authored
Workaround for jaraco/zipp#40
-