fix wrongly committed line
This commit is contained in:
parent
e21202b730
commit
85f2a78005
|
@ -87,7 +87,6 @@ class TestBootstrapping:
|
||||||
# ok, we did not explode
|
# ok, we did not explode
|
||||||
|
|
||||||
def test_pluginmanager_ENV_startup(self, testdir, monkeypatch):
|
def test_pluginmanager_ENV_startup(self, testdir, monkeypatch):
|
||||||
return
|
|
||||||
x500 = testdir.makepyfile(pytest_x500="#")
|
x500 = testdir.makepyfile(pytest_x500="#")
|
||||||
p = testdir.makepyfile("""
|
p = testdir.makepyfile("""
|
||||||
import pytest
|
import pytest
|
||||||
|
|
Loading…
Reference in New Issue