From 30f3068b7429f401bcbf1955de8fa370f3f8c8b0 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 2 Jan 2015 10:42:49 -0500 Subject: Remove expected failure from pbr package as it appears to be working now. --- setuptools/tests/test_integration.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setuptools/tests/test_integration.py') diff --git a/setuptools/tests/test_integration.py b/setuptools/tests/test_integration.py index 411203ff..3a6abeaa 100644 --- a/setuptools/tests/test_integration.py +++ b/setuptools/tests/test_integration.py @@ -71,7 +71,6 @@ def test_virtualenvwrapper(install_context): 'virtualenvwrapper', 'hook_loader.py') -@pytest.mark.xfail def test_pbr(install_context): _install_one('pbr', install_context, 'pbr', 'core.py') -- cgit v1.2.1