summaryrefslogtreecommitdiffhomepage
path: root/setup.cfg
AgeCommit message (Collapse)Author
2021-10-01Split out some setup.cfg sectionsJeff Forcier
2019-06-16Merge branch '2.4' into 2.5Jeff Forcier
2019-06-16Cannot easily filter CryptographyDeprecationWarning on OLDEST_CRYPTO=1.5Jeff Forcier
Could re-inject it for the other test cells with -o=-W=ignore:xxx, but that does not feel worthwhile just for the Paramiko 2.4 branch, which is the only place it would live - this needs stripping out for 2.5+ as we updated to newer Cryptography again there.
2019-06-14Ignore CryptographyDeprecationWarning in tests on 2.4 branchJeff Forcier
2019-06-14Remove CryptographyDeprecationWarning filter on 2.5+Jeff Forcier
2019-06-14Ignore CryptographyDeprecationWarning in tests on 2.4 branchJeff Forcier
2019-06-14Filter ABCs DeprecationWarning from pkg_resources' vendored pyparsingJeff Forcier
2019-06-08flake8 now applied to tests, huzzahJeff Forcier
2018-12-14flake8 fixes after upgrading it to 3.6.0Jeff 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-09-17Blacken 2.0 with black 18.6b4Jeff Forcier
2018-09-17Modernize travis/dev-reqs/etc re: blackeningJeff Forcier
2018-09-17Ignore E721 because it isn't tagged in 2.6.2, but is in 2.4.0Chris Rose
2018-09-17Non-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?
2017-10-18Include LICENSE in wheelsJeff Forcier
2017-05-31Remove some Invoke-isms from the flake8 configJeff Forcier
2017-05-31Final paramiko flake8 fix.Dorian Pula
2017-05-31Flake8 improvements for more of paramiko.Dorian Pula
2017-05-31Even more flake8.Dorian Pula
2017-05-31More flake8 fixes and skip some modules.Dorian Pula
2017-05-31Lots of flake8 fix.Dorian Pula
2017-05-31Fix flake8 for top-level modules.Dorian Pula
2017-05-31Add Flake8 definitions and as a dependency.Dorian Pula
2016-07-22Omit _winapi from coverage, as it won't be invoked on Unix and is tested ↵Jason R. Coombs
upstream in jaraco.windows.
2014-03-22Revert "Revert "Add a setup.cfg identifying this package as universal""Jeff Forcier
This reverts commit 341a66635197f3c2681cfb9395d7baa3496503e3.
2014-03-22Revert "Add a setup.cfg identifying this package as universal"Jeff Forcier
This reverts commit 61e32319fc9f0390818e518a4890766d1253a165.
2014-03-21Add a setup.cfg identifying this package as universalAlex Gaynor
Meaning that it's build is not system dependent. Which it's not, because it's pure python. Refs #275