diff --git a/tests/cli/test_main.py b/tests/cli/test_main.py index 1cba9f8..5289d3f 100644 --- a/tests/cli/test_main.py +++ b/tests/cli/test_main.py @@ -17,14 +17,6 @@ import vdirsyncer.cli as cli from vdirsyncer.utils.compat import PY2, to_native, to_unicode -def test_entry_points(monkeypatch, capsys): - monkeypatch.setattr('sys.argv', ['--help']) - with pytest.raises(SystemExit) as excinfo: - load_entry_point('vdirsyncer', 'console_scripts', 'vdirsyncer')() - - assert excinfo.value.code == 0 - - def test_simple_run(tmpdir, runner): runner.write_with_general(dedent(''' [pair my_pair]