Skip to content

Commit

Permalink
remove xfail for new test
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu committed Sep 19, 2019
1 parent efde854 commit 1864386
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_package_identification_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def test_empty_setup_py(unchanged_empty_descriptor):
assert e.match('not a Distutils setup script')


@pytest.mark.xfail
def test_setup_py_no_name(unchanged_empty_descriptor):
extension = PythonPackageIdentification()
(unchanged_empty_descriptor.path / 'setup.py').write_text(
Expand Down

0 comments on commit 1864386

Please sign in to comment.