python3Packages.cheroot: fix tests by removing pytest-testmon

This commit is contained in:
Jonathan Ringer 2020-11-30 16:53:50 -08:00 committed by Frederik Rietdijk
parent 60671ec1cb
commit f616eaf5f5

View file

@ -6,7 +6,6 @@
, pytestCheckHook
, pytestcov
, pytest-mock
, pytest-testmon
, requests
, requests-toolbelt
, requests-unixsocket
@ -38,7 +37,6 @@ buildPythonPackage rec {
pytestCheckHook
pytestcov
pytest-mock
pytest-testmon
requests
requests-toolbelt
requests-unixsocket
@ -54,6 +52,7 @@ buildPythonPackage rec {
# Deselect test_bind_addr_unix on darwin because times out
# Deselect test_http_over_https_error on darwin because builtin cert fails
# Disable warnings-as-errors because of deprecation warnings from socks on python 3.7
# Disable pytest-testmon because it doesn't work
# adds many other pytest utilities which aren't necessary like linting
preCheck = ''
rm pytest.ini