mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Get rid of @pytest.mark.integration
This commit is contained in:
parent
ff73f6f741
commit
abee146199
2 changed files with 0 additions and 39 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue