Replies: 2 comments 7 replies
-
The seen size is indeed excessive and uncommon How many folders are directly inside that one? |
Beta Was this translation helpful? Give feedback.
2 replies
-
pytest itself doesn't store anything there, but your tests probably do. You might want to use something like ncdu or gdu (or graphical eqivalents) to figure out what's in there and where it's coming from. I also find it odd that you have 7 such folders, though. By default, pytest stores 3 folders, so I'm assuming you set |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I just noticed that the pytest tmp-files take up a lot of space:
I searched through the issues a bit but I couldn't find anything that points at to such a huge usage.
Any idea what could cause that or how I could investigate this further?
For context: I'm using
micromamba
to separate envs and have multiple envs with pytest installed inside of them.I'm also using
tox
and work on many different projects - but 18GB seems just extremely excessive to me.Beta Was this translation helpful? Give feedback.
All reactions