ericaltendorf / plotman

Chia plotting manager
Apache License 2.0
909 stars 280 forks source link

pytest ~= 6.0 #951

Closed altendky closed 2 years ago

altendky commented 2 years ago

With pytest 7 we get failures down in pyfakefs. Until we deal with that... this.

https://github.com/ericaltendorf/plotman/runs/5167933278?check_suite_focus=true

Traceback (most recent call last):
  File "/home/runner/work/plotman/plotman/.tox/test-py39/bin/pytest", line 8, in <module>
  File "/home/runner/work/plotman/plotman/.tox/test-py39/lib/python3.9/site-packages/_pytest/config/__init__.py", line 188, in console_main
  File "/home/runner/work/plotman/plotman/.tox/test-py39/lib/python3.9/site-packages/_pytest/config/__init__.py", line 165, in main
  File "/home/runner/work/plotman/plotman/.tox/test-py39/lib/python3.9/site-packages/pluggy/_hooks.py", line 265, in __call__
  File "/home/runner/work/plotman/plotman/.tox/test-py39/lib/python3.9/site-packages/pluggy/_manager.py", line 80, in _hookexec
  File "/home/runner/work/plotman/plotman/.tox/test-py39/lib/python3.9/site-packages/pluggy/_callers.py", line 60, in _multicall
  File "/home/runner/work/plotman/plotman/.tox/test-py39/lib/python3.9/site-packages/pluggy/_result.py", line 60, in get_result
  File "/home/runner/work/plotman/plotman/.tox/test-py39/lib/python3.9/site-packages/pluggy/_callers.py", line 39, in _multicall
  File "/home/runner/work/plotman/plotman/.tox/test-py39/lib/python3.9/site-packages/_pytest/main.py", line 315, in pytest_cmdline_main
  File "/home/runner/work/plotman/plotman/.tox/test-py39/lib/python3.9/site-packages/_pytest/main.py", line 300, in wrap_session
  File "/home/runner/work/plotman/plotman/.tox/test-py39/lib/python3.9/site-packages/pyfakefs/fake_filesystem.py", line 4010, in chdir
  File "/home/runner/work/plotman/plotman/.tox/test-py39/lib/python3.9/site-packages/pyfakefs/fake_filesystem.py", line 3144, in confirmdir
  File "/home/runner/work/plotman/plotman/.tox/test-py39/lib/python3.9/site-packages/pyfakefs/fake_filesystem.py", line 2125, in resolve
  File "/home/runner/work/plotman/plotman/.tox/test-py39/lib/python3.9/site-packages/pyfakefs/fake_filesystem.py", line 2075, in get_object_from_normpath
  File "/home/runner/work/plotman/plotman/.tox/test-py39/lib/python3.9/site-packages/pyfakefs/fake_filesystem.py", line 1058, in raise_os_error
FileNotFoundError: [Errno 2] No such file or directory in the fake filesystem: '/home/runner/work/plotman/plotman/.tox/test-py39/tmp'