Merge pull request #106309 from SuperSandro2000/feature/bump_pyxdg

khal,stig,deluge_1,libtorrent-rasterbar,linkchecker: Disable failing tests
This commit is contained in:
Doron Behar
2020-12-11 18:44:24 +02:00
committed by GitHub
6 changed files with 23 additions and 10 deletions
@@ -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'