Because different kernelspec providers use different kernel.json files, we can produce kernelspecs of the same names from different providers so long as referenced files (besides kernel.json) are also unique (where uniqueness is required).
This PR updates the test to ensure that isn't an issue.
Because different kernelspec providers use different
kernel.json
files, we can produce kernelspecs of the same names from different providers so long as referenced files (besideskernel.json
) are also unique (where uniqueness is required).This PR updates the test to ensure that isn't an issue.