Skip to content

Commit

Permalink
Update test for case-sensitive entry point names
Browse files Browse the repository at this point in the history
  • Loading branch information
melissa-kun-li committed Feb 25, 2021
1 parent 3965904 commit 7f3e6d6
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions setuptools/tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -820,22 +820,6 @@ def test_case_sensitive_entry_points(self, tmpdir):
'group2': ['point3 = pack.module:func2']
}

expected = (
'[blogtool.parsers]\n'
'.rst = some.nested.module:SomeClass.some_classmethod[reST]\n'
)

tmpdir.join('entry_points').write(expected)

# From file.
config.write(
'[options]\n'
'entry_points = file: entry_points\n'
)

with get_dist(tmpdir) as dist:
assert dist.entry_points == expected

def test_data_files(self, tmpdir):
fake_env(
tmpdir,
Expand Down

0 comments on commit 7f3e6d6

Please sign in to comment.