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

Nuisance warnings from tox #554

Closed
michaelmhoffman opened this issue Aug 3, 2020 · 3 comments
Closed

Nuisance warnings from tox #554

michaelmhoffman opened this issue Aug 3, 2020 · 3 comments
Labels
development Internal issues that mostly affect maintainers vs. end users

Comments

@michaelmhoffman
Copy link
Collaborator

On my system (Ubuntu 20.04 on WSL2) I get two warnings when starting tox.

  1. Warning: No long description generated.
  2. UserWarning: Normalizing 'v4.3.0' to '4.3.0'
$ tox
Warning: No long description generated.
/mnt/c/Users/mhoffman/src/collab/gcalcli/.tox/py35/lib/python3.5/site-packages/setuptools/dist.py:476: UserWarning: Normalizing 'v4.3.0' to '4.3.0'
  normalized_version,
@jcrowgey
Copy link
Collaborator

jcrowgey commented Aug 4, 2020 via email

@michaelmhoffman
Copy link
Collaborator Author

Thanks, making a tox.local.ini with added dependency on pypandoc and using tox -c tox.local.ini fixes the first problem.

Your solution to problem 2 looks good to me.

@dbarnett
Copy link
Collaborator

I updated setup.py and files for metadata/packaging, suspect both of those issues are obsolete now.

@dbarnett dbarnett added the development Internal issues that mostly affect maintainers vs. end users label Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development Internal issues that mostly affect maintainers vs. end users
Projects
None yet
Development

No branches or pull requests

3 participants