summaryrefslogtreecommitdiffhomepage
path: root/dev-requirements.txt
AgeCommit message (Collapse)Author
2023-05-22py37 todoJeff Forcier
2023-05-22SpelingJeff Forcier
2023-05-18Use new Invocations combo check taskJeff Forcier
2023-04-16Tinker a bit with tasks re: doc watching, doc browsingJeff Forcier
Requires an inflight set of changes to invocations
2023-04-12Merge branch '3.0' into 3.1Jeff Forcier
2023-04-12Use newer circleci orb to stop using codecov's old pypi packageJeff Forcier
Closes #2226
2023-02-24Use releases 2.1 to hide 1.x, 2.x unreleased bits in changelogJeff Forcier
2023-01-27Add codespell to dev-reqs, circleciJeff Forcier
2023-01-16Invoke 2 is now outJeff Forcier
2023-01-12Upcoming alabaster release with modern sphinx stylesheet fixJeff Forcier
2023-01-09Tidy up requires/entrypoints/install docsJeff 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-09Overhaul dev-reqs again: modern stuff and less pinningJeff Forcier
2023-01-09update dev-requirements pinsPaul Kehrer
pin 3.6 and then 3.7+
2022-05-16newer invocations for better behavior eg gpg signingJeff Forcier
2021-11-28Fix silly but apparently nonfatal dev-req self-install typoJeff Forcier
2021-10-08Shift 'full' extras install to our self-install in dev-reqsJeff 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-01Codecov supportJeff Forcier
2021-10-01Can now rely on black for 3.6+ CIJeff Forcier
2021-10-01Modern invoke/invocationsJeff Forcier
Including nuking pointless old pins of wheel/twine, new invocations sets those for release task stuff itself
2021-02-12Merge branch '2.6' into 2.7Jeff Forcier
2021-02-12Merge branch '2.5' into 2.6Jeff Forcier
2021-02-12Flesh out RTD yaml a bit so things build againJeff Forcier
Blessedly, the web's setting for which sphinx conf to use appears to work if not overridden by the file.
2020-08-30Upgrade to newer Coverage version for Python 3.8 supportJeff Forcier
And is latest that still supports Python 3.4
2020-08-30Newer flake8 for Python 3.8 CI compat, and related tweaksJeff Forcier
2019-06-14More pytest version tweaksJeff 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-14Latest pytest-xdist I guess, I don't use it thoJeff Forcier
2019-06-14Merge branch '2.3' into 2.4Jeff Forcier
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-14Remove 2.[0-3]-only pycparser test pinJeff Forcier
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