diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-02 10:42:49 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-02 10:42:49 -0500 |
commit | 30f3068b7429f401bcbf1955de8fa370f3f8c8b0 (patch) | |
tree | 0dce1e52890fe4cb89b73009196c07192fccb5ec /setuptools/tests/test_integration.py | |
parent | cf66bbce25e2631bc36d6edfd609705a53b6ef61 (diff) | |
download | external_python_setuptools-30f3068b7429f401bcbf1955de8fa370f3f8c8b0.tar.gz external_python_setuptools-30f3068b7429f401bcbf1955de8fa370f3f8c8b0.tar.bz2 external_python_setuptools-30f3068b7429f401bcbf1955de8fa370f3f8c8b0.zip |
Remove expected failure from pbr package as it appears to be working now.
Diffstat (limited to 'setuptools/tests/test_integration.py')
-rw-r--r-- | setuptools/tests/test_integration.py | 1 |
1 files changed, 0 insertions, 1 deletions
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') |