summaryrefslogtreecommitdiffhomepage
path: root/dev-requirements.txt
AgeCommit message (Collapse)Author
2019-06-14Update to modern pytest(-relaxed)Jeff Forcier
Also fix some low hanging warnings fruit
2018-12-14More 2.6/3.3 related dep tweaksJeff 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-14pycparser 2.19 dropped Python 2.6, 3.3Jeff Forcier
However Paramiko 2.0-2.3 still support those, so.
2018-12-14flake8 updated for Python 3.7 supportJeff Forcier
2018-12-14pin pytest-xdist to < 1.25.0Paul 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-18Tidelift callout in sidebarJeff Forcier
2018-09-18Fix a pseudo-bug re: responding to MSG_UNIMPLEMENTED w/ itselfJeff Forcier
2018-09-17pytest-xdist doesn't support Python 2.6Jeff 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-17Modernize travis/dev-reqs/etc re: blackeningJeff Forcier
2018-09-17lolJeff Forcier
2018-09-17Test and dev dependencies cleanup and sync with FabricChris 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-17Realizing 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-17Use pytest-timeout, configured via pytest.iniJeff Forcier
2018-09-17Add pytest to dev-reqsJeff Forcier
2018-03-23Update twine requirement in dev-requirements.txtSumana Harihareswara
2017-11-07Limit 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-18Need new twine for newer pypiJeff Forcier
2017-05-31Need some flake8 greater than 2.4 to fix some overlooked noqa commentsJeff Forcier
2017-05-31Downgrade to a Python 2.6 compat flake8, for nowJeff Forcier
2017-05-31Add Flake8 definitions and as a dependency.Dorian Pula
2016-12-05Tighten up sphinx reqJeff Forcier
2016-07-25Update tasks to use Invoke/Invocations 0.13Jeff Forcier
2016-05-08Improved deps pinningJeff Forcier
2016-04-28Bring alabaster req in line with newer branchesJeff Forcier
2016-04-28Update releases/semantic_version dependencies re: major version workJeff Forcier
2015-11-02Bump dev-req for invoke/invocations updatesJeff Forcier
2015-04-29Packaging updatesJeff Forcier
2014-09-05s/gittip/gratipay/Jeff Forcier
2014-09-05Nuke old commentJeff Forcier
2014-08-26Fix up release taskJeff Forcier
2014-05-07Need wheel to build wheels!Jeff Forcier
2014-04-24Use newer alabaster w/ showhidden in sidebar TOCJeff Forcier
Lets us not have 2x TOCs on landing page
2014-03-13Bump releases version to 0.5.2 for better changelogJeff Forcier
2014-03-13New Alabaster for improved py2/3 + changelog style tweakJeff Forcier
2014-03-05No more epydoc, part 2Jeff Forcier
2014-03-04Merge branch '1.10' into 1.11Jeff Forcier
2014-03-04Newer invocations for release taskJeff Forcier
2014-02-11Merge branch '1.10' into 1.11Jeff Forcier
2014-02-11Bump to releases bugfixJeff Forcier
2014-02-11Merge branch '1.10' into 1.11Jeff Forcier
Conflicts: sites/www/changelog.rst
2014-02-11Start reverting explicit-release stuff in favor of release-line specifiers ↵Jeff Forcier
on bugs.
2014-02-03Merge branch '1.10' into 1.11Jeff Forcier
2014-02-03Update to new Alabaster version for footer/extension stuffJeff Forcier
2014-01-29Merge branch '1.10' into 1.11Jeff Forcier
Conflicts: dev-requirements.txt tox.ini
2014-01-28Bump Invoke requirement to newly released version w/ better ↵Jeff Forcier
Collection.from_module
2014-01-28Tweak logo settings (& rely on new alabaster defaults)Jeff Forcier
2014-01-22Migrate 1.10.x NEWS entries to Sphinx changelogJeff Forcier
2014-01-21Meta prep work (reqs.txt, tasks.py)Jeff Forcier
2013-06-28Add ML link to docs 'index'Jeff Forcier
Fixes #48
2013-06-26Move reqs.txt to dev-reqs.txt, solidify tox reqJeff Forcier