From 53317adb1e9aa5f6a89a3ed352e09a9015ac891e Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 29 Mar 2014 23:47:04 -0700 Subject: [PATCH] Forgot to remove a herpderp --- tests/repository_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/repository_test.py b/tests/repository_test.py index cf68bf9c..d7002355 100644 --- a/tests/repository_test.py +++ b/tests/repository_test.py @@ -44,7 +44,6 @@ def test_install_python_repo_in_env(config_for_python_hooks_repo): ) -@pytest.mark.herpderp @pytest.mark.integration def test_run_a_python_hook(config_for_python_hooks_repo): repo = Repository(config_for_python_hooks_repo)