python3Packages.cheroot: fix tests

wip/yesman
Jonathan Ringer 4 years ago committed by Jon
parent e11d511222
commit 6410d00025
  1. 6
      pkgs/development/python-modules/cheroot/default.nix

@ -8,6 +8,7 @@
, pytest-mock
, pytest-testmon
, requests
, requests-toolbelt
, requests-unixsocket
, setuptools_scm
, setuptools-scm-git-archive
@ -39,10 +40,15 @@ buildPythonPackage rec {
pytest-mock
pytest-testmon
requests
requests-toolbelt
requests-unixsocket
trustme
];
# avoid attempting to use 3 packages not available on nixpkgs
# (jaraco.apt, jaraco.context, yg.lockfile)
pytestFlagsArray = [ "--ignore=cheroot/test/test_wsgi.py" ];
# Disable doctest plugin because times out
# Disable xdist (-n arg) because it's incompatible with testmon
# Deselect test_bind_addr_unix on darwin because times out

Loading…
Cancel
Save