Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catch FileNotFoundError while collecting processes #3

Open
s0undt3ch opened this issue Nov 27, 2022 · 0 comments
Open

Catch FileNotFoundError while collecting processes #3

s0undt3ch opened this issue Nov 27, 2022 · 0 comments

Comments

@s0undt3ch
Copy link
Contributor

hook_impl.function(*args)
  File "/tmp/kitchen/testing/.nox/test-parametrized-3-crypto-none-transport-zeromq-coverage-true/lib/python3.6/site-packages/pytestsysstats/plugin.py", line 158, in pytest_runtest_logreport
    children = psproc.children(recursive=True)
  File "/tmp/kitchen/testing/.nox/test-parametrized-3-crypto-none-transport-zeromq-coverage-true/lib64/python3.6/site-packages/psutil/__init__.py", line 272, in wrapper
    return fun(self, *args, **kwargs)
  File "/tmp/kitchen/testing/.nox/test-parametrized-3-crypto-none-transport-zeromq-coverage-true/lib64/python3.6/site-packages/psutil/__init__.py", line 931, in children
    child = Process(child_pid)
  File "/tmp/kitchen/testing/.nox/test-parametrized-3-crypto-none-transport-zeromq-coverage-true/lib64/python3.6/site-packages/psutil/__init__.py", line 326, in __init__
    self._init(pid)
  File "/tmp/kitchen/testing/.nox/test-parametrized-3-crypto-none-transport-zeromq-coverage-true/lib64/python3.6/site-packages/psutil/__init__.py", line 354, in _init
    self.create_time()
  File "/tmp/kitchen/testing/.nox/test-parametrized-3-crypto-none-transport-zeromq-coverage-true/lib64/python3.6/site-packages/psutil/__init__.py", line 710, in create_time
    self._create_time = self._proc.create_time()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant