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

use getpass.getuser instead of os.getlogin #789

Merged
merged 2 commits into from
Sep 8, 2019

Conversation

minrk
Copy link
Member

@minrk minrk commented Sep 8, 2019

os.getlogin apparently doesn't work everywhere (can raise OSError, inappropriate ioctl for device)

and is failing on azure pipelines tests

os.getlogin doesn't work everywhere (can raise OSError, inappropriate ioctl for device)
@betatim
Copy link
Member

betatim commented Sep 8, 2019

We need to add a step to the azure pipeline that sets up Git credentials as the tests that are now failing are around creating temporary commits.

@betatim betatim merged commit afb24a4 into jupyterhub:master Sep 8, 2019
@choldgraf choldgraf added user-support Questions on using repo2docker maintenance Under the hood fixes and improvements and removed user-support Questions on using repo2docker labels Oct 8, 2019
markmo pushed a commit to markmo/repo2docker that referenced this pull request Jan 22, 2021
use getpass.getuser instead of os.getlogin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Under the hood fixes and improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants