diff options
| author | Bernát Gábor <bgabor8@bloomberg.net> | 2020-04-25 17:12:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-25 17:12:48 +0100 |
| commit | 01b09f6968f64f709e9dfde1903aeb7e0f994b4e (patch) | |
| tree | ef768984f308c3ec4f3da9a828b98a533d45983a /tests/integration/test_zipapp.py | |
| parent | c2a37fdb7325d414a7f2b7ec7a41bf8724d85358 (diff) | |
| download | virtualenv-01b09f6968f64f709e9dfde1903aeb7e0f994b4e.tar.gz | |
Run test suite in parallel (#1786)
Diffstat (limited to 'tests/integration/test_zipapp.py')
| -rw-r--r-- | tests/integration/test_zipapp.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/integration/test_zipapp.py b/tests/integration/test_zipapp.py index 20d4288..191fd5a 100644 --- a/tests/integration/test_zipapp.py +++ b/tests/integration/test_zipapp.py @@ -75,7 +75,6 @@ def call_zipapp(zipapp, monkeypatch, tmp_path, zipapp_test_env, temp_app_data): return _run -@pytest.mark.timeout(timeout=300) def test_zipapp_help(call_zipapp, capsys): call_zipapp("-h") out, err = capsys.readouterr() |
