Skip to content

Commit 833f33f

Browse files
author
Roland Puntaier
committed
removed comments
1 parent 3dbac17 commit 833f33f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

testing/test_config.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -485,9 +485,6 @@ def load(self):
485485
monkeypatch.setattr(pkg_resources, 'iter_entry_points', my_iter)
486486
config = testdir.parseconfig("-p", "no:mytestplugin")
487487
config.pluginmanager.import_plugin("mytestplugin")
488-
#from _pytest.config import get_config
489-
#pm = get_config().pluginmanager
490-
#pm.import_plugin("mytestplugin")
491488
assert "mytestplugin" not in sys.modules
492489

493490

0 commit comments

Comments
 (0)