pypy/tool/pytest/test/test_pytestsupport.py::test_app_test_blow
testdir = <Testdir local('/private/tmp/buildbot-x86_64/pytest/pytest-of-matti/pytest-913/test_app_test_blow0')>
def test_app_test_blow(testdir):
conftestpath.copy(testdir.tmpdir)
> sorter = testdir.inline_runsource("""class AppTestBlow:
/Users/matti/build-worker-x86_64/own-macos-x86-64/build/pypy/tool/pytest/test/test_pytestsupport.py:95:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/Users/matti/build-worker-x86_64/own-macos-x86-64/build/_pytest/pytester.py:786: in inline_runsource
return self.inline_run(*values)
/Users/matti/build-worker-x86_64/own-macos-x86-64/build/_pytest/pytester.py:852: in inline_run
ret = pytest.main(list(args), plugins=plugins)
/Users/matti/build-worker-x86_64/own-macos-x86-64/build/_pytest/config/__init__.py:58: in main
config = _prepareconfig(args, plugins)
/Users/matti/build-worker-x86_64/own-macos-x86-64/build/_pytest/config/__init__.py:196: in _prepareconfig
pluginmanager=pluginmanager, args=args
/Users/matti/build-worker-x86_64/own-macos-x86-64/build/_pytest/vendored_packages/pluggy/hooks.py:289: in __call__
return self._hookexec(self, self.get_hookimpls(), kwargs)
/Users/matti/build-worker-x86_64/own-macos-x86-64/build/_pytest/vendored_packages/pluggy/manager.py:68: in _hookexec
return self._inner_hookexec(hook, methods, kwargs)
/Users/matti/build-worker-x86_64/own-macos-x86-64/build/_pytest/vendored_packages/pluggy/manager.py:62: in <lambda>
firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
/Users/matti/build-worker-x86_64/own-macos-x86-64/build/_pytest/helpconfig.py:93: in pytest_cmdline_parse
config = outcome.get_result()
/Users/matti/build-worker-x86_64/own-macos-x86-64/build/_pytest/config/__init__.py:675: in pytest_cmdline_parse
self.parse(args)
/Users/matti/build-worker-x86_64/own-macos-x86-64/build/_pytest/config/__init__.py:855: in parse
self._preparse(args, addopts=addopts)
/Users/matti/build-worker-x86_64/own-macos-x86-64/build/_pytest/config/__init__.py:804: in _preparse
self._consider_importhook(args)
/Users/matti/build-worker-x86_64/own-macos-x86-64/build/_pytest/config/__init__.py:752: in _consider_importhook
a.startswith("--assert=") or a == "--assert" for a in args
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.0 = <sequenceiterator object at 0x00007ff058ff5358>
> a.startswith("--assert=") or a == "--assert" for a in args
)
E AttributeError: 'LocalPath' object has no attribute 'startswith'
/Users/matti/build-worker-x86_64/own-macos-x86-64/build/_pytest/config/__init__.py:752: AttributeError
(somefailed=True in tool/pytest/test)
builder: own-macos-x86-64 build #1216+
test: pypy/tool/pytest/test/test_pytestsupport.py::test_app_test_blow