diff options
author | Marius Bakke <mbakke@fastmail.com> | 2016-12-16 14:32:34 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2016-12-16 14:36:15 +0100 |
commit | 7c6bf660d8a455090f4c140c5b2849f1b58f2fe3 (patch) | |
tree | 5e9f28787d436ae8927c3c0c71f07aa3f50cdd78 /gnu/local.mk | |
parent | 329553482d0632e35b3c0028548b004f8cb32aec (diff) | |
download | patches-7c6bf660d8a455090f4c140c5b2849f1b58f2fe3.tar patches-7c6bf660d8a455090f4c140c5b2849f1b58f2fe3.tar.gz |
gnu: python-pyopenssl: Enable tests.
* gnu/packages/patches/python-pyopenssl-skip-network-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl)[source]: Use it.
[arguments]: Replace 'check' with custom phase.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index a06f359435..89d1e83b4b 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -815,6 +815,7 @@ dist_patch_DATA = \ %D%/packages/patches/python-configobj-setuptools.patch \ %D%/packages/patches/python-paste-remove-website-test.patch \ %D%/packages/patches/python-paste-remove-timing-test.patch \ + %D%/packages/patches/python-pyopenssl-skip-network-test.patch \ %D%/packages/patches/python2-pygobject-2-gi-info-type-error-domain.patch \ %D%/packages/patches/qemu-CVE-2016-8576.patch \ %D%/packages/patches/qemu-CVE-2016-8577.patch \ |