Remove slowtests=false setting

It wasn't actually working because of tox, I also don't use this.
This commit is contained in:
Anthony Sottile 2017-11-02 15:48:43 -07:00
parent 3b10ef419d
commit 56fca92a42
4 changed files with 0 additions and 22 deletions

View file

@ -11,7 +11,6 @@ from pre_commit import make_archives
from pre_commit.util import cmd_output
from pre_commit.util import cwd
from testing.fixtures import git_dir
from testing.util import skipif_slowtests_false
def test_make_archive(tempdir_factory):
@ -50,7 +49,6 @@ def test_make_archive(tempdir_factory):
assert not os.path.exists(os.path.join(extract_dir, 'foo', 'bar'))
@skipif_slowtests_false
@pytest.mark.integration
def test_main(tmpdir):
make_archives.main(('--dest', tmpdir.strpath))