Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-15 | Grumble | Jeff Forcier | |
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 | Backport some minor formatting tweaks from 2.4.x | Jeff Forcier | |
2018-12-14 | flake8 fixes after upgrading it to 3.6.0 | Jeff Forcier | |
- bare excepts weren't an error before? huh. too lazy to fix them right now though, given the rest of this code... - ambiguous variables are new; not clear why they're ambiguous besides being short. but, fixed - some wacky non-escape sequence in some awful gssapi output strings. whatever. removed | |||
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-10-08 | Finally got a CVE re #1283 | Jeff Forcier | |
2018-09-18 | Meh | Jeff Forcier | |
2018-09-18 | Cut 2.0.9 | Jeff Forcier | |
2018-09-18 | Almost left the 1.17+ marker in the changelog. | Jeff Forcier | |
Would not necessarily have caused issues but hey | |||
2018-09-18 | Fix a Python 2.6 oops | Jeff Forcier | |
2018-09-18 | Formatting | Jeff Forcier | |
2018-09-18 | Fix and changelog re #1283 | Jeff Forcier | |
2018-09-18 | Fix a pseudo-bug re: responding to MSG_UNIMPLEMENTED w/ itself | Jeff Forcier | |
2018-09-18 | Merge branch 'crypto-1.5-agnostisicm' into 2.0 | Jeff Forcier | |
2018-09-18 | Missing verbose/color for 2.6/3.3 backported pytest setup | Jeff Forcier | |
Should be hitting all tests, including slow tests, by default still tho | |||
2018-09-18 | Backport support for newer cryptography sign/verify APIs. | Jeff Forcier | |
Implements #1292. | |||
2018-09-18 | Try testing against different cryptography.io versions | Jeff Forcier | |
2018-09-17 | Throwing a bone to 2.0-2.3 python-2.6 support | Jeff Forcier | |
2018-09-17 | Crummy workaround for 2.6/3.3 support. | 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 | Blacken 2.0 with black 18.6b4 | Jeff Forcier | |
2018-09-17 | Partial cherry pick of 57201d2de9cd4080480cfed2fe2572fa1c908acb | Jeff Forcier | |
Just so the first blackening of 2.0+ is already consistent with latest 2.4+...hopefully | |||
2018-09-17 | Modernize travis/dev-reqs/etc re: blackening | Jeff Forcier | |
2018-09-17 | Modern pypy no longer seems to sporadically fail? | Jeff Forcier | |
2018-09-17 | lol | Jeff Forcier | |
2018-09-17 | Ignore E721 because it isn't tagged in 2.6.2, but is in 2.4.0 | Chris Rose | |
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 | Pass through index option for release task | Jeff Forcier | |
2018-09-17 | May have goofed up a cherry-pick earlier? | Jeff Forcier | |
2018-09-17 | Non-git cherry-pick of modern pytest hints. | Jeff Forcier | |
Required to turn off pytest-relaxed when it's installed locally (since later versions pull it in for its utils), and may as well just yank rest for now too. Should merge-up cleanly? | |||
2018-09-17 | Update custom test task to encompass recent updates to invocations.pytest | Jeff Forcier | |
No time rn to overhaul Invoke to allow true reuse. bah. | |||
2018-09-17 | Changelog re #1291 | Jeff Forcier | |
2018-09-17 | Stars to dashes | Jeff Forcier | |
2018-09-17 | Make sure to use the coverage task on travis so it gets slow tests too | Jeff Forcier | |
2018-09-17 | Mark known slow tests as 'slow' pytest marker, and skip them by default | Jeff Forcier | |
2018-09-17 | Tighten up verbose flag | Jeff Forcier | |
2018-09-17 | Move comment | Jeff Forcier | |
2018-09-17 | Try turning off session scope for sftp_server fixture. | Jeff Forcier | |
Yesterday, this SEEMED like it did not make a difference in ability to reproduce hangs. Today...it seems to make a big difference? So confuse. | |||
2018-09-17 | Allow disabling logging | Jeff Forcier | |
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 | Better test dir cleanup | Jeff Forcier | |
2018-09-17 | Comment tweak | Jeff Forcier | |
2018-09-17 | Nah | Jeff Forcier | |
2018-09-17 | Test-related ignore updates | Jeff Forcier | |
2018-09-17 | Use pytest-timeout, configured via pytest.ini | Jeff Forcier | |
2018-09-17 | Why were these +x? | Jeff Forcier | |
2018-09-17 | Naturally, more tests I found that do not pass/fail correctly. Skip for now | Jeff Forcier | |