Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |
2016-05-08 | Improved deps pinning | Jeff Forcier | |
2016-04-28 | Bring alabaster req in line with newer branches | Jeff Forcier | |
2016-04-28 | Update releases/semantic_version dependencies re: major version work | Jeff Forcier | |
2015-11-02 | Bump dev-req for invoke/invocations updates | Jeff Forcier | |
2015-04-29 | Packaging updates | Jeff Forcier | |
2014-09-05 | s/gittip/gratipay/ | Jeff Forcier | |
2014-09-05 | Nuke old comment | Jeff Forcier | |
2014-08-26 | Fix up release task | Jeff Forcier | |
2014-05-07 | Need wheel to build wheels! | Jeff Forcier | |
2014-04-24 | Use newer alabaster w/ showhidden in sidebar TOC | Jeff Forcier | |
Lets us not have 2x TOCs on landing page | |||
2014-03-13 | Bump releases version to 0.5.2 for better changelog | Jeff Forcier | |
2014-03-13 | New Alabaster for improved py2/3 + changelog style tweak | Jeff Forcier | |
2014-03-05 | No more epydoc, part 2 | Jeff Forcier | |
2014-03-04 | Merge branch '1.10' into 1.11 | Jeff Forcier | |
2014-03-04 | Newer invocations for release task | Jeff Forcier | |
2014-02-11 | Merge branch '1.10' into 1.11 | Jeff Forcier | |
2014-02-11 | Bump to releases bugfix | Jeff Forcier | |
2014-02-11 | Merge branch '1.10' into 1.11 | Jeff Forcier | |
Conflicts: sites/www/changelog.rst | |||
2014-02-11 | Start reverting explicit-release stuff in favor of release-line specifiers ↵ | Jeff Forcier | |
on bugs. | |||
2014-02-03 | Merge branch '1.10' into 1.11 | Jeff Forcier | |
2014-02-03 | Update to new Alabaster version for footer/extension stuff | Jeff Forcier | |
2014-01-29 | Merge branch '1.10' into 1.11 | Jeff Forcier | |
Conflicts: dev-requirements.txt tox.ini | |||
2014-01-28 | Bump Invoke requirement to newly released version w/ better ↵ | Jeff Forcier | |
Collection.from_module | |||
2014-01-28 | Tweak logo settings (& rely on new alabaster defaults) | Jeff Forcier | |
2014-01-22 | Migrate 1.10.x NEWS entries to Sphinx changelog | Jeff Forcier | |
2014-01-21 | Meta prep work (reqs.txt, tasks.py) | Jeff Forcier | |
2013-06-28 | Add ML link to docs 'index' | Jeff Forcier | |
Fixes #48 | |||
2013-06-26 | Move reqs.txt to dev-reqs.txt, solidify tox req | Jeff Forcier | |