Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix windows test regression. #240

Merged
merged 1 commit into from
Sep 17, 2021
Merged

Conversation

jasongrout
Copy link
Member

@jasongrout jasongrout commented Sep 17, 2021

Fixes #239

It looks like 2a08a19 removed the lowercasing of the username, and in this test the username is compared to the explicitly lowercased username, leading to a test failure on conda-forge.

Fixes jupyter#239

It looks like 2a08a19 removed the lowercasing of the username, and in this test the username is compared to the explicitly lowercased username, leading to a test failure.
Copy link
Contributor

@blink1073 blink1073 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@blink1073 blink1073 added the bug label Sep 17, 2021
@blink1073 blink1073 added this to the 4.8 milestone Sep 17, 2021
@blink1073 blink1073 merged commit 0609690 into jupyter:master Sep 17, 2021
This was referenced Oct 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Case-sensitive username on windows test causes failure
2 participants