linkchecker: Fix failing tests
This commit is contained in:
parent
b101b25cef
commit
0cd4108172
|
@ -38,7 +38,7 @@ buildPythonApplication rec {
|
|||
checkPhase = ''
|
||||
${lib.optionalString stdenv.isDarwin ''
|
||||
# network tests fails on darwin
|
||||
rm tests/test_network.py
|
||||
rm tests/test_network.py tests/checker/test_http*.py tests/checker/test_content_allows_robots.py tests/checker/test_noproxy.py
|
||||
''}
|
||||
pytest --ignore=tests/checker/{test_telnet,telnetserver}.py \
|
||||
-k 'not TestLoginUrl and not test_timeit2'
|
||||
|
|
Loading…
Reference in New Issue