wummel / linkchecker

check links in web documents or full websites
http://wummel.github.io/linkchecker/
GNU General Public License v2.0
1.42k stars 234 forks source link

make failures #693

Closed ghost closed 7 years ago

ghost commented 7 years ago

No rule to make target /usr/lib/python2.7/argparse.py, needed by linkchecker.pot

env LANG=en_US.utf-8 python2.7 -m pytest -n 4 --resultlog=testresults.txt  tests
usage: pytest.py [options] [file_or_dir] [file_or_dir] [...]
pytest.py: error: unrecognized arguments: -n tests

Removing the '-n 4' in the Makefile allows the tests to run.

ghost commented 7 years ago

Fixed in fork at https://github.com/linkcheck/linkchecker