aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* goodbye azure (#5207)Paul Kehrer2020-04-191-1/+1
| | | | | | | | | | | | | | | | | * goodbye azure * Update tox.ini Co-Authored-By: Alex Gaynor <alex.gaynor@gmail.com> * review comments * update a comment * delete final azure yaml * linting Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
* Drop support for OpenSSL 1.0.1 (#5178)Alex Gaynor2020-04-041-2/+0
|
* drop python 3.4 support (#5087)Paul Kehrer2019-12-081-2/+2
| | | | | | | | | | | | * drop python 3.4 support Our dependencies have started dropping support so it is becoming difficult to test. Additionally, Python 3.4 represents <2% of our downloads, so taking on a large maintenance burden to maintain support isn't a good use of limited time. Accordingly, we're dropping testing infrastructure and migrating our abi3 wheels to py35+. * use removed instead of dropped
* Fixes #5018 -- break users on OpenSSL 1.0.1 (#5022)Alex Gaynor2019-10-181-0/+2
| | | | | | | | | | | | * Fixes #5018 -- break users on OpenSSL 1.0.1 * Grammar * Syntax error * Missing import * Missing import
* Fixes #5010 -- test and build 3.8 wheels (#5013)Alex Gaynor2019-10-171-1/+2
| | | | | | * Fixes #5010 -- test and build 3.8 wheels * try using isolated_build = True to work around a failure
* fixed broken random order (#4913)Alex Gaynor2019-06-031-1/+1
| | | | | | * fixed broken random order * Err, fix
* Simplify how we define random order tests in tox (#4912)Alex Gaynor2019-06-021-9/+3
|
* Use the official pytest random order plugin (#4911)Alex Gaynor2019-06-021-2/+2
|
* Added a new packaging test (#4899)Alex Gaynor2019-05-271-2/+8
| | | | | | | | | | | | * Added a new packaging test * Fixed packaging job * typo * more fixes * one more
* Remove the final vestigates of Jenkins (#4897)Alex Gaynor2019-05-261-1/+1
| | | | | | * Remove the final vestigates of Jenkins * flake8
* passthrough PYTHONIOENCODING in tox (#4876)Paul Kehrer2019-05-061-1/+1
| | | | this will fix issues in py27 in windows docker containers when running tox for our future glorious CI
* remove idna as a primary dependency (#4624)Paul Kehrer2018-12-061-0/+1
| | | | | | | | | | * remove idna as a primary dependency * empty commit * dynamodb test fix (thanks to Matt Bullock) * review feedback
* switch to twine check for verifying our readme renders on pypi (#4623)Paul Kehrer2018-12-021-1/+2
|
* Simplify build matrix (#4543)Paul Kehrer2018-10-291-6/+0
| | | | | | * simplify pep8 * remove buster/sid 2.7 jobs
* ignore new W504 from flake8/pycodestyle (#4521)Paul Kehrer2018-10-241-0/+1
| | | | | | * ignore new W504 from flake8/pycodestyle * allow josepy to fail for the moment
* Move linkcheck tox env to use setup.py to get docs dependencies (#4473)Alex Gaynor2018-09-141-2/+1
|
* unpin coverage (#4458)Paul Kehrer2018-09-041-1/+1
| | | of course, if this works it might just be luck
* Refs #3331 -- added initial wycheproof integration, starting with x25519, ↵Alex Gaynor2018-07-161-0/+1
| | | | | rsa, and keywrap (#4310) * Refs #3331 -- added initial wycheproof integration, starting with x25519 tests
* Add py37 (#4298)Paul Kehrer2018-06-271-1/+1
| | | | | | | | | | | | | | * test against python 3.7 for windows * update docs to say we test on 3.7 * more succinct * maybe make this actually work. * link properly * moar changes
* Use pytest instead of py.test per upstream recommendation, #dropthedot (#4236)Ville Skyttä2018-05-131-1/+1
| | | | http://blog.pytest.org/2016/whats-new-in-pytest-30/ https://twitter.com/hashtag/dropthedot
* switch to py3 on docs job (#4230)Paul Kehrer2018-05-121-1/+1
| | | | | | * switch to py3 on docs job * somehow unicode isn't a word
* install only the minimum required to build our docs for rtd (#4133)Paul Kehrer2018-03-051-0/+1
| | | | | | | | * install only the minimum required to build our docs for rtd We don't need to install sphinxcontrib-spelling or doc8 in rtd. * move another package
* expunge python 2.6 (#3962)Paul Kehrer2017-10-111-1/+1
| | | | | | | | | | * expunge python 2.6 * how did THAT happen * remove another unsupported python from the tox envlist * hypothesis can now be unconditionally imported
* parallelize docs work and always give full traceback on exception (#3957)Paul Kehrer2017-10-111-4/+4
| | | | In local testing this didn't seem to gain much, but it also doesn't hurt so what the hell.
* coverage pin test part deux (#3908)Paul Kehrer2017-09-121-1/+2
| | | | | | * we pinned coverage for xml generation...let's try everywhere * add so many comments
* Get our travis from pypy (#3865)Alex Gaynor2017-08-141-0/+8
| | | | | | * Get our travis from pypy * doh
* add pypy3.5 to our test matrix (#3709)Paul Kehrer2017-06-191-0/+8
| | | | | | * add pypy3.5 to our test matrix * pypy-nocoverage time
* Bump the minimum PyPy/cffi version and simplify as a result (#3585)Alex Gaynor2017-05-231-8/+0
| | | | | | | | * Bump the minimum PyPy/cffi version and simplify as a result * unused imports * grumble, fix
* Removed some legacy garbage (#3502)Alex Gaynor2017-04-131-2/+0
|
* Fixed #3334 -- added Python 3.6 support (#3335)Alex Gaynor2016-12-231-1/+1
| | | | | | | | | | * Fixed #3334 -- added Python 3.6 support * install py36 * empty commit to retrigger travis * this is an impressively dumb typo
* Add minversion to tox.ini (#3292)Christian Heimes2016-11-301-0/+1
| | | | | | | | | | | Cryptography uses new features from tox 2.4. Tox 2.3 happily ignores the new config stanzes and doesn't install dependency. This can lead to strange test failures. With minversion=2.4, tox 2.3 fails to run properly: $ tox ERROR: tox version is 2.3.1, required is at least 2.4 Signed-off-by: Christian Heimes <christian@python.org>
* Error out on OpenSSL 1.0.0 by default (#3276)Alex Gaynor2016-11-221-0/+2
| | | | | | * Error out on OpenSSL 1.0.0 by default * what the heck
* Fix the docs-linkcheck tox target (#3239)Paul Kehrer2016-11-131-0/+1
|
* tox 2.4 has new syntax for specifying extras (#3212)Chris Wolfe2016-11-061-7/+8
| | | | | | * tox 2.4 allows has new extras syntax * specify minimum version for tox in dev-requirements.txt
* Drop OpenSSL 0.9.8 (#2978)Alex Gaynor2016-06-181-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Drop OpenSSL 0.9.8 * Drop this test, it's not relevant any longer * unused import * Remove CRYPTOGRAPHY_ALLOW_OPENSSL_098=1 from our tox * removed unused code for Cryptography_HAS_PKEY_CTX * return unused code for _AESCTRCipherContext * syntax :-( * remove some unused tests and skips * remove unused code for Cryptography_HAS_PBKDF2_HMAC * Revert "return unused code for _AESCTRCipherContext" This reverts commit 7d149729205aa4c9735eb322414b167a75b302df. * Remove unused RSA code * Remove unused test code for conditional bindings * Remove unused dsa code * unused import * Remove unused x509 extension code * Remove unused EC code * Attempt to remove unused DER key loading code * document this * grammar * Added back this paragraph * Update docs
* pip is prejudiced against dashes and underscores (#2922)Paul Kehrer2016-05-291-3/+3
|
* Merge pull request #2840 from alex/error-on-098Paul Kehrer2016-03-191-0/+2
|\ | | | | Fixed #2836 -- error out on OpenSSL 0.9.8 by default
| * Get CI working againAlex Gaynor2016-03-191-0/+2
| |
* | Instead of running a python -c, use pytest_report_header to indicate OpenSSL ↵Alex Gaynor2016-03-191-2/+0
|/ | | | version
* Merge pull request #2676 from alex/docs-pep8-dedupePaul Kehrer2016-01-181-12/+3
|\ | | | | Centralize declaration of docs and pep8 deps in setup.py
| * Centralize declaration of docs and pep8 deps in setup.pyAlex Gaynor2016-01-171-12/+3
| |
* | Delete two out of date commentsAlex Gaynor2016-01-171-1/+0
| |
* | Attempt to further reduce dependecy duplicationAlex Gaynor2016-01-171-5/+1
|/
* Revert sphinx pinAlex Gaynor2016-01-141-1/+1
|
* Merge pull request #2638 from reaperhulk/travis-pypyAlex Gaynor2016-01-041-10/+3
|\ | | | | Travis PyPy coverage
| * add missing basepythonPaul Kehrer2016-01-031-0/+1
| |
| * add a pypy-nocoverage target and use that on OS XPaul Kehrer2016-01-031-0/+8
| |
| * Drop pypy3, we don't run it in CI, and we won't run it again until these ↵Alex Gaynor2016-01-031-8/+0
| | | | | | | | issues are resolved
| * Attempt to enable coverage on pypyAlex Gaynor2016-01-031-8/+0
| |
* | readme has been renamed to readme_rendererPaul Kehrer2016-01-041-1/+1
|/