pytestでpytest-profilingを使っているときにでる ValueError
概要 $ make pytest if [ -z 1588034257 ] || [ 1587982138 -ge 1588034257 ]; then \ docker build . -t test; \ else \ echo "Docker container image is ready up to date."; \ fi Docker container image is ready up to date. docker run --rm -it test pytest --color=no tests/ Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/_pytest/config/__init__.py", line 495, in _importconftest return self._conftestpath2mod[key] KeyError: PosixPath('/test/conftest.py') During handling...