Skip to content

tests/artifactcache/config.py: Cast our tmpdir to a string

Tristan Maat requested to merge tlater/fix-monkeypatch-warning into master

Description

Monkeypatch complains about a non-str tmpdir and fills up all our test output. This is annoying.

Just give the poor thing a proper string.


Merge request reports