python3Packages.cheroot: fix tests by removing pytest-testmon
This commit is contained in:
parent
60671ec1cb
commit
f616eaf5f5
@ -6,7 +6,6 @@
|
|||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, pytestcov
|
, pytestcov
|
||||||
, pytest-mock
|
, pytest-mock
|
||||||
, pytest-testmon
|
|
||||||
, requests
|
, requests
|
||||||
, requests-toolbelt
|
, requests-toolbelt
|
||||||
, requests-unixsocket
|
, requests-unixsocket
|
||||||
@ -38,7 +37,6 @@ buildPythonPackage rec {
|
|||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
pytestcov
|
pytestcov
|
||||||
pytest-mock
|
pytest-mock
|
||||||
pytest-testmon
|
|
||||||
requests
|
requests
|
||||||
requests-toolbelt
|
requests-toolbelt
|
||||||
requests-unixsocket
|
requests-unixsocket
|
||||||
@ -54,6 +52,7 @@ buildPythonPackage rec {
|
|||||||
# Deselect test_bind_addr_unix on darwin because times out
|
# Deselect test_bind_addr_unix on darwin because times out
|
||||||
# Deselect test_http_over_https_error on darwin because builtin cert fails
|
# 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 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
|
# adds many other pytest utilities which aren't necessary like linting
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
rm pytest.ini
|
rm pytest.ini
|
||||||
|
Loading…
Reference in New Issue
Block a user