Skip to content

Allow for authors with no email address in git log#252

Open
takluyver wants to merge 1 commit into
regro:masterfrom
takluyver:authors-no-email
Open

Allow for authors with no email address in git log#252
takluyver wants to merge 1 commit into
regro:masterfrom
takluyver:authors-no-email

Conversation

@takluyver

Copy link
Copy Markdown
Contributor

It's not common, but it does happen. I'm not going to force people to reveal their email address if they don't want to.

Closes #251.

@takluyver

Copy link
Copy Markdown
Contributor Author

The CI failure looks unrelated, but it's not clear to me what's going on.

______________________ xonsh test: test_run_in_conda_env _______________________
xonsh execution failed
  File "/home/circleci/project/tests/test_conda.xsh", line 11, in test_run_in_conda_env
    assert 'rever-env' in $(conda info -e)
AssertionError: 

@takluyver

Copy link
Copy Markdown
Contributor Author

Anyone? @rjkoch, it looks like you touched this repository most recently.

Sorry to pester, but we've currently got a PR on h5py that we can't merge without either fixing this or figuring out some workaround.

@rjkoch

rjkoch commented Aug 11, 2021

Copy link
Copy Markdown
Collaborator

@takluyver No need to apologize, I'm looking into this now, it wasn't on my radar at all until you tagged me.

I'd like to get the CI working before merging.

Does test_conda.xsh run successfully for you locally?

@rjkoch

rjkoch commented Aug 12, 2021

Copy link
Copy Markdown
Collaborator

@takluyver Something upstream has broken the test, the last merged commit (which passed when it merged) is no longer passing. will need a couple days to dig into this. Sorry to hold things up.

@takluyver

Copy link
Copy Markdown
Contributor Author

No worries. We've actually decided to stop using the 'authors' activity - beyond this specific issue, it has been tricky for new contributors to correctly add themselves to .authors.yml - so this won't be holding us up any longer.

test_conda.xsh passes when I run it locally. I haven't updated conda recently - maybe the output of conda info has changed?

@rjkoch

rjkoch commented Aug 12, 2021

Copy link
Copy Markdown
Collaborator

@takluyver I had similar issues with .authors.yml when working on rever myself.

I've looked into it and test_conda.xsh is set up to be skipped locally unless you modify environment variables, such that it only runs in CI. I'm going to sniff out the upstream issue and get this merged in any case, because the commits look good to me and are a reasonable modification.

@takluyver

Copy link
Copy Markdown
Contributor Author

Yup, I was setting CI=1 to avoid skipping the test. 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot have >1 author with no email address

2 participants