Skip to content

Commit 25f7de0

Browse files
remove bad test
1 parent 20e5a02 commit 25f7de0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test_apipkg.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -543,10 +543,3 @@ def test_eagerload_on_bython(monkeypatch):
543543
apipkg.initpkg(
544544
'apipkg.testmodule.example.lazy',
545545
{'test': 'apipkg.does_not_exist'})
546-
547-
548-
def test_autoset_version_attribute_from_distribution(monkeypatch):
549-
monkeypatch.setitem(sys.modules, 'setuptools', None)
550-
apipkg.initpkg('setuptools', {})
551-
552-
assert sys.modules['setuptools'].__version__

0 commit comments

Comments
 (0)