mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 00:33:10 +00:00
cheroot: remove pyopenssl dep
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
9e8501bd82
commit
d07b2d20dd
@ -6,7 +6,6 @@
|
||||
, jaraco_text
|
||||
, more-itertools
|
||||
, portend
|
||||
, pyopenssl
|
||||
, pypytools
|
||||
, pytest-mock
|
||||
, pytestCheckHook
|
||||
@ -17,7 +16,6 @@
|
||||
, setuptools-scm
|
||||
, setuptools-scm-git-archive
|
||||
, six
|
||||
, trustme
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -45,14 +43,12 @@ buildPythonPackage rec {
|
||||
checkInputs = [
|
||||
jaraco_text
|
||||
portend
|
||||
pyopenssl
|
||||
pypytools
|
||||
pytest-mock
|
||||
pytestCheckHook
|
||||
requests
|
||||
requests-toolbelt
|
||||
requests-unixsocket
|
||||
trustme
|
||||
];
|
||||
|
||||
# Disable doctest plugin because times out
|
||||
@ -79,6 +75,8 @@ buildPythonPackage rec {
|
||||
# avoid attempting to use 3 packages not available on nixpkgs
|
||||
# (jaraco.apt, jaraco.context, yg.lockfile)
|
||||
"cheroot/test/test_wsgi.py"
|
||||
# requires pyopenssl
|
||||
"cheroot/test/test_ssl.py"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
Loading…
Reference in New Issue
Block a user