Commit graph

42 commits

Author SHA1 Message Date
Alex Gaynor
c7b50ae568
Remove coverage from dev-requirements.txt (#6674)
It's already included via pytest-cov via .[test]
2021-12-05 05:58:21 +08:00
Paul Kehrer
5526dca15b
goodbye azure (#5207)
* 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>
2020-04-19 20:32:28 -04:00
Alex Gaynor
4f7715b6e6 Remove the final vestigates of Jenkins (#4897)
* Remove the final vestigates of Jenkins

* flake8
2019-05-26 07:35:49 -04:00
Alex Gaynor
37b9ac0c8a Update release.py to use azure for wheel building (#4878)
* Initial stab at this script

* Convert to the old style artifact publish

* Update script based on some testing

* Remove this

* Adapt release.py to combine azure and jenkins wheels
2019-05-25 11:11:49 -04:00
Paul Kehrer
e3d2fc1727 install only the minimum required to build our docs for rtd (#4133)
* 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
2018-03-05 19:50:10 -05:00
Alex Gaynor
b169865195 require a version of twine that uses pypi.org (#3743)
* require a version of twine that uses pypi.org

* computer
2017-07-01 10:50:49 -05:00
Alex Gaynor
c7dd9de42f Replace release automation with click (#3557)
* Replace release automation with click

* Fix

* fix
2017-05-20 14:37:40 -07:00
Chris Wolfe
0b26ab263a tox 2.4 has new syntax for specifying extras (#3212)
* tox 2.4 allows has new extras syntax

* specify minimum version for tox in dev-requirements.txt
2016-11-06 00:00:37 -04:00
Paul Kehrer
c6c3b6d9d5 pip is prejudiced against dashes and underscores (#2922) 2016-05-29 01:17:08 -04:00
Alex Gaynor
9417608c11 Centralize declaration of docs and pep8 deps in setup.py 2016-01-17 23:28:05 -05:00
Alex Gaynor
3499d6dd02 more duplication reduction 2016-01-17 11:41:53 -05:00
Alex Gaynor
b28d47118c Revert sphinx pin 2016-01-14 19:52:44 -05:00
Paul Kehrer
1e555aa2aa Revert "pin pytest to disallow 2.8.4 which breaks tests"
This reverts commit ed48066a3f.
2015-12-11 22:24:36 -06:00
Alex Gaynor
ed48066a3f pin pytest to disallow 2.8.4 which breaks tests 2015-12-07 19:57:51 -05:00
Paul Kehrer
491e9c8ab4 pin sphinx to 1.3.1 while we sort out the bytes repr issue with 1.3.2 2015-11-30 22:59:58 -06:00
Paul Kehrer
e0e90a819b add progress bar to wheel downloads 2015-11-08 09:38:24 +09:00
Paul Kehrer
8b5d094ca3 switch to using pyasn1_modules for the test 2015-10-27 09:35:17 +09:00
Paul Kehrer
5a2bb54bbb encode countryName with PrintableString
This commit adds a dependency on asn1crypto for testing purposes to
parse the certificate and confirm that countryName is encoded with
PrintableString while other fields are UTF8String. This is a test
only dep.
2015-10-20 11:13:07 -05:00
Paul Kehrer
78f6b5106a unpin pytest now that 2.8.2 is released 2015-10-07 12:14:51 -05:00
Paul Kehrer
584d9d6084 hypothesis-pytest is no longer a required package 2015-10-02 11:13:52 -05:00
Terry Chia
5cec1bf1b6 Add plumbing for hypothesis. 2015-09-26 22:31:53 +08:00
Alex Gaynor
959403b6df Pin pytest to <2.8, there's a bug with deprecation warnings 2015-09-19 13:19:43 -04:00
Paul Kehrer
a98f95a14e add pyasn1 as a dependency 2014-11-27 09:55:17 -10:00
Paul Kehrer
d3e3df9308 use pyasn1 for creating the dss-sig-value structure 2014-04-30 11:13:17 -05:00
Alex Stapleton
1d18c34c51 Alphabetize dev-requirements.txt 2014-04-20 22:05:57 +01:00
Alex Stapleton
bafceb64b4 Enable import order lint 2014-04-20 22:05:37 +01:00
Alex Stapleton
a39a319b09 Move cryptography.vectors to cryptography_vectors
All vectors are now stored in the subpackage in the vectors/ folder.

This package is automatically installed by setup.py test and will also
be uploaded with a matching version number by the PyPI upload task.
2014-03-24 09:46:47 +00:00
Paul Kehrer
577d2951e6 add pep8-naming to pep8 tests 2014-02-24 20:38:25 -06:00
Alex Gaynor
8e601a52a3 requests is now required to do a release 2014-02-19 19:25:12 -08:00
Alex Gaynor
df25003ecc This is also a requirement 2014-01-16 13:19:30 -06:00
Alex Gaynor
fea893c706 More stuff 2014-01-07 11:06:51 -08:00
Alex Gaynor
e72c2531fd This is a dev dep 2014-01-07 09:17:06 -08:00
Alex Gaynor
be60d7065c alphabetize 2013-12-30 21:08:57 -08:00
Alex Gaynor
b29a6b2e46 Merge branch 'master' into fernet 2013-11-19 07:38:19 -08:00
Alex Gaynor
388c11a972 Merge branch 'master' into rtd-theme
Conflicts:
	dev-requirements.txt
2013-11-08 14:10:31 -08:00
Alex Gaynor
2ff5352312 Do this another way 2013-11-08 11:24:48 -08:00
Alex Gaynor
e29acd11b4 Put the theme in dev-requirements 2013-11-08 11:08:32 -08:00
Alex Gaynor
c0542e2acc Include all the requirements in the dev-requirements, even those which will be installed by pip install . 2013-11-08 10:15:00 -08:00
Alex Gaynor
fb8adfcb2f Use raw vector files 2013-10-31 14:16:24 -07:00
Alex Gaynor
d31f8492f7 Update the requirements file for our direct invocations of coverage 2013-10-27 08:58:39 -07:00
Richard Wall
548a46e8e9 remove install dependencies 2013-10-01 20:58:31 +01:00
Richard Wall
12169b1ebe call it dev-requirements.txt 2013-10-01 19:44:41 +01:00
Renamed from requirements-dev.txt (Browse further)