summaryrefslogtreecommitdiff
path: root/dev-requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.0' into 3.1HEADmain3.1Jeff Forcier2023-04-121-1/+0
|\
| * Use newer circleci orb to stop using codecov's old pypi package3.0Jeff Forcier2023-04-121-1/+0
| | | | | | | | Closes #2226
* | Use releases 2.1 to hide 1.x, 2.x unreleased bits in changelogJeff Forcier2023-02-241-1/+1
|/
* Add codespell to dev-reqs, circleci2178-intJeff Forcier2023-01-271-0/+2
|
* Invoke 2 is now outJeff Forcier2023-01-161-2/+1
|
* Upcoming alabaster release with modern sphinx stylesheet fixJeff Forcier2023-01-121-1/+1
|
* Tidy up requires/entrypoints/install docsJeff Forcier2023-01-091-2/+2
| | | | | | | | | | | - 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
* Overhaul dev-reqs again: modern stuff and less pinningJeff Forcier2023-01-091-21/+13
|
* update dev-requirements pinsPaul Kehrer2023-01-091-3/+10
| | | pin 3.6 and then 3.7+
* newer invocations for better behavior eg gpg signingJeff Forcier2022-05-161-1/+1
|
* Fix silly but apparently nonfatal dev-req self-install typoJeff Forcier2021-11-281-1/+1
|
* Shift 'full' extras install to our self-install in dev-reqsJeff Forcier2021-10-081-1/+1
| | | | | | 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
* Codecov supportJeff Forcier2021-10-011-1/+1
|
* Can now rely on black for 3.6+ CIJeff Forcier2021-10-011-0/+2
|
* Modern invoke/invocationsJeff Forcier2021-10-011-4/+2
| | | | | Including nuking pointless old pins of wheel/twine, new invocations sets those for release task stuff itself
* Merge branch '2.6' into 2.7Jeff Forcier2021-02-121-0/+2
|\
| * Merge branch '2.5' into 2.6Jeff Forcier2021-02-121-0/+2
| |\
| | * Flesh out RTD yaml a bit so things build againJeff Forcier2021-02-121-0/+2
| | | | | | | | | | | | | | | Blessedly, the web's setting for which sphinx conf to use appears to work if not overridden by the file.
* | | Upgrade to newer Coverage version for Python 3.8 supportJeff Forcier2020-08-301-1/+1
| | | | | | | | | | | | And is latest that still supports Python 3.4
* | | Newer flake8 for Python 3.8 CI compat, and related tweaksJeff Forcier2020-08-301-1/+1
|/ /
* | More pytest version tweaksJeff Forcier2019-06-141-2/+1
|/ | | | | - 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
* Latest pytest-xdist I guess, I don't use it thoJeff Forcier2019-06-141-1/+1
|
* Merge branch '2.3' into 2.4Jeff Forcier2019-06-141-2/+2
|\
| * Update to modern pytest(-relaxed)Jeff Forcier2019-06-141-2/+2
| | | | | | | | Also fix some low hanging warnings fruit
| * More 2.6/3.3 related dep tweaksJeff Forcier2018-12-141-4/+3
| | | | | | | | | | - 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
* | Remove 2.[0-3]-only pycparser test pinJeff Forcier2018-12-141-2/+0
|/
* pycparser 2.19 dropped Python 2.6, 3.3Jeff Forcier2018-12-141-0/+2
| | | | However Paramiko 2.0-2.3 still support those, so.
* flake8 updated for Python 3.7 supportJeff Forcier2018-12-141-1/+1
|
* pin pytest-xdist to < 1.25.0Paul Kehrer2018-12-141-1/+3
| | | | 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)
* Tidelift callout in sidebarJeff Forcier2018-10-181-1/+1
|
* Fix a pseudo-bug re: responding to MSG_UNIMPLEMENTED w/ itselfJeff Forcier2018-09-181-0/+1
|
* pytest-xdist doesn't support Python 2.6Jeff Forcier2018-09-171-2/+0
| | | | | | 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
* Modernize travis/dev-reqs/etc re: blackeningJeff Forcier2018-09-171-2/+2
|
* lolJeff Forcier2018-09-171-1/+1
|
* Test and dev dependencies cleanup and sync with FabricChris Rose2018-09-171-8/+19
| | | | | | | * 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
* Realizing no, this is only really useful for debugging.Jeff Forcier2018-09-171-1/+0
| | | | | In normal testing it inflates test run time & also gets in the way of other pytest features. Mehh. Wish signal worked better.
* Use pytest-timeout, configured via pytest.iniJeff Forcier2018-09-171-0/+1
|
* Add pytest to dev-reqsJeff Forcier2018-09-171-6/+4
|
* Update twine requirement in dev-requirements.txtSumana Harihareswara2018-03-231-1/+1
|
* Limit dev-requirements to python 2.6 compat versions.Jeff Forcier2017-11-071-3/+3
| | | | This should only apply to 1.17-2.3; 2.4 drops python 2.6
* Need new twine for newer pypiJeff Forcier2017-09-181-1/+1
|
* Need some flake8 greater than 2.4 to fix some overlooked noqa commentsJeff Forcier2017-05-311-1/+1
|
* Downgrade to a Python 2.6 compat flake8, for nowJeff Forcier2017-05-311-1/+1
|
* Add Flake8 definitions and as a dependency.Dorian Pula2017-05-311-0/+1
|
* Tighten up sphinx reqJeff Forcier2016-12-051-1/+1
|
* Update tasks to use Invoke/Invocations 0.13Jeff Forcier2016-07-251-2/+2
|
* Improved deps pinningJeff Forcier2016-05-081-6/+6
|
* Bring alabaster req in line with newer branchesJeff Forcier2016-04-281-1/+1
|
* Update releases/semantic_version dependencies re: major version workJeff Forcier2016-04-281-2/+2
|
* Bump dev-req for invoke/invocations updatesJeff Forcier2015-11-021-2/+2
|