Get rid of @pytest.mark.integration

This commit is contained in:
Mickaël Schoentgen 2018-08-10 17:50:15 +02:00
parent ff73f6f741
commit abee146199
2 changed files with 0 additions and 39 deletions

View file

@ -4,8 +4,6 @@ from __future__ import unicode_literals
import os.path
import tarfile
import pytest
from pre_commit import git
from pre_commit import make_archives
from pre_commit.util import cmd_output
@ -47,7 +45,6 @@ def test_make_archive(tempdir_factory):
assert not os.path.exists(os.path.join(extract_dir, 'foo', 'bar'))
@pytest.mark.integration
def test_main(tmpdir):
make_archives.main(('--dest', tmpdir.strpath))