We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3965904 commit 7f3e6d6Copy full SHA for 7f3e6d6
setuptools/tests/test_config.py
@@ -820,22 +820,6 @@ def test_case_sensitive_entry_points(self, tmpdir):
820
'group2': ['point3 = pack.module:func2']
821
}
822
823
- expected = (
824
- '[blogtool.parsers]\n'
825
- '.rst = some.nested.module:SomeClass.some_classmethod[reST]\n'
826
- )
827
-
828
- tmpdir.join('entry_points').write(expected)
829
830
- # From file.
831
- config.write(
832
- '[options]\n'
833
- 'entry_points = file: entry_points\n'
834
835
836
- with get_dist(tmpdir) as dist:
837
- assert dist.entry_points == expected
838
839
def test_data_files(self, tmpdir):
840
fake_env(
841
tmpdir,
0 commit comments