Skip to content

Commit 5289ca6

Browse files
add comment wrt disabled core plugin
1 parent 2656785 commit 5289ca6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/test_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ def test_configure_makepath(self, testdir, pathimpl, pathtype):
100100
[pytest]
101101
pathtype = {}
102102
""".format(pathimpl))
103+
# disable cacheprovider to get out of breaking bad
103104
config = testdir.parseconfigure('-p', 'no:cacheprovider')
104105
assert isinstance(config.make_path(testdir.tmpdir), pathtype)
105106

0 commit comments

Comments
 (0)