Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-22 | py37 todo | Jeff Forcier | |
2023-05-22 | Speling | Jeff Forcier | |
2023-05-18 | Use new Invocations combo check task | Jeff Forcier | |
2023-04-16 | Tinker a bit with tasks re: doc watching, doc browsing | Jeff Forcier | |
Requires an inflight set of changes to invocations | |||
2023-04-12 | Merge branch '3.0' into 3.1 | Jeff Forcier | |
2023-04-12 | Use newer circleci orb to stop using codecov's old pypi package | Jeff Forcier | |
Closes #2226 | |||
2023-02-24 | Use releases 2.1 to hide 1.x, 2.x unreleased bits in changelog | Jeff Forcier | |
2023-01-27 | Add codespell to dev-reqs, circleci | Jeff Forcier | |
2023-01-16 | Invoke 2 is now out | Jeff Forcier | |
2023-01-12 | Upcoming alabaster release with modern sphinx stylesheet fix | Jeff Forcier | |
2023-01-09 | Tidy up requires/entrypoints/install docs | Jeff Forcier | |
- Realized at this date that _moving_ Ed25519 deps behind an entrypoint is going the wrong direction, that key type should be used _more_ now, not _less_. I no longer even remember why folks were pissy about pynacl/bcrypt exactly. - We can in fact just use ed25519 from cryptography itself now, so no more pynacl anyways (but still bcrypt) - Twiddle install language a bit re: invoke used in more places, and again removing the notes about ed25519 being special | |||
2023-01-09 | Overhaul dev-reqs again: modern stuff and less pinning | Jeff Forcier | |
2023-01-09 | update dev-requirements pins | Paul Kehrer | |
pin 3.6 and then 3.7+ | |||
2022-05-16 | newer invocations for better behavior eg gpg signing | Jeff Forcier | |
2021-11-28 | Fix silly but apparently nonfatal dev-req self-install typo | Jeff Forcier | |
2021-10-08 | Shift 'full' extras install to our self-install in dev-reqs | Jeff Forcier | |
Makes sure the extras function ok, removes need to do it within CI. anyone using dev-reqs is implicitly dev'ing and wanting the full package | |||
2021-10-01 | Codecov support | Jeff Forcier | |
2021-10-01 | Can now rely on black for 3.6+ CI | Jeff Forcier | |
2021-10-01 | Modern invoke/invocations | Jeff Forcier | |
Including nuking pointless old pins of wheel/twine, new invocations sets those for release task stuff itself | |||
2021-02-12 | Merge branch '2.6' into 2.7 | Jeff Forcier | |
2021-02-12 | Merge branch '2.5' into 2.6 | Jeff Forcier | |
2021-02-12 | Flesh out RTD yaml a bit so things build again | Jeff Forcier | |
Blessedly, the web's setting for which sphinx conf to use appears to work if not overridden by the file. | |||
2020-08-30 | Upgrade to newer Coverage version for Python 3.8 support | Jeff Forcier | |
And is latest that still supports Python 3.4 | |||
2020-08-30 | Newer flake8 for Python 3.8 CI compat, and related tweaks | Jeff Forcier | |
2019-06-14 | More pytest version tweaks | Jeff Forcier | |
- 4.5+ has gross logging related tracebacks at the end of every run (probably related to https://github.com/pytest-dev/pytest/issues/5282) - also, old comment did not get removed earlier | |||
2019-06-14 | Latest pytest-xdist I guess, I don't use it tho | Jeff Forcier | |
2019-06-14 | Merge branch '2.3' into 2.4 | Jeff Forcier | |
2019-06-14 | Update to modern pytest(-relaxed) | Jeff Forcier | |
Also fix some low hanging warnings fruit | |||
2018-12-14 | More 2.6/3.3 related dep tweaks | Jeff Forcier | |
- Setting pytest-xdist this far back was actually a mistake...ugh - But a few other things also would've popped up anyway with recent cryptography/etc releases | |||
2018-12-14 | Remove 2.[0-3]-only pycparser test pin | Jeff Forcier | |
2018-12-14 | pycparser 2.19 dropped Python 2.6, 3.3 | Jeff Forcier | |
However Paramiko 2.0-2.3 still support those, so. | |||
2018-12-14 | flake8 updated for Python 3.7 support | Jeff Forcier | |
2018-12-14 | pin pytest-xdist to < 1.25.0 | Paul Kehrer | |
1.25.0 requires pytest >=3.6, but pytest-relaxed doesn't support pytest >3.2.x. This temporary pin can work around that issue. Without this the test suite is broken (although ultimately pytest-relaxed should be updated to support newer pytest) | |||
2018-10-18 | Tidelift callout in sidebar | Jeff Forcier | |
2018-09-18 | Fix a pseudo-bug re: responding to MSG_UNIMPLEMENTED w/ itself | Jeff Forcier | |
2018-09-17 | pytest-xdist doesn't support Python 2.6 | Jeff Forcier | |
Just dropping it from Paramiko <2.4 entirely for the time being, it should only impact human users with control over their venv, and we don't use it on Travis either | |||
2018-09-17 | Modernize travis/dev-reqs/etc re: blackening | Jeff Forcier | |
2018-09-17 | lol | Jeff Forcier | |
2018-09-17 | Test and dev dependencies cleanup and sync with Fabric | Chris Rose | |
* Update invocations min version * Update pytest to be consistent with fabric * Add pytest-xdist to enable `guard` task * Other dependencies as found to be inconsistent with Fabric2 | |||
2018-09-17 | Realizing no, this is only really useful for debugging. | Jeff Forcier | |
In normal testing it inflates test run time & also gets in the way of other pytest features. Mehh. Wish signal worked better. | |||
2018-09-17 | Use pytest-timeout, configured via pytest.ini | Jeff Forcier | |
2018-09-17 | Add pytest to dev-reqs | Jeff Forcier | |
2018-03-23 | Update twine requirement in dev-requirements.txt | Sumana Harihareswara | |
2017-11-07 | Limit dev-requirements to python 2.6 compat versions. | Jeff Forcier | |
This should only apply to 1.17-2.3; 2.4 drops python 2.6 | |||
2017-09-18 | Need new twine for newer pypi | Jeff Forcier | |
2017-05-31 | Need some flake8 greater than 2.4 to fix some overlooked noqa comments | Jeff Forcier | |
2017-05-31 | Downgrade to a Python 2.6 compat flake8, for now | Jeff Forcier | |
2017-05-31 | Add Flake8 definitions and as a dependency. | Dorian Pula | |
2016-12-05 | Tighten up sphinx req | Jeff Forcier | |
2016-07-25 | Update tasks to use Invoke/Invocations 0.13 | Jeff Forcier | |