language_version works for python.

This commit is contained in:
Anthony Sottile 2014-06-02 07:26:44 -07:00
parent a7ab9b2a28
commit 4b98b39cea
3 changed files with 5 additions and 2 deletions

View file

@ -24,7 +24,6 @@ def test_run_a_python_hook(config_for_python_hooks_repo, store):
assert ret[1] == "['/dev/null']\nHello World\n"
@pytest.mark.xfail
@pytest.mark.integration
def test_run_versioned_hook(config_for_python3_hooks_repo, store):
repo = Repository.create(config_for_python3_hooks_repo, store)