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

Warning for deprecated option --dev #130

Open
youpong opened this issue Mar 29, 2023 · 2 comments
Open

Warning for deprecated option --dev #130

youpong opened this issue Mar 29, 2023 · 2 comments
Assignees

Comments

@youpong
Copy link
Contributor

youpong commented Mar 29, 2023

Describe the bug

Warning for deprecated option --dev on mypy static check.

To Reproduce
Steps to reproduce the behavior:

$ poetry run nox -s mypy

Expected behavior
No warn.

Screenshots

$ poetry run nox -s mypy
nox > Running session mypy
nox > Creating virtual environment (virtualenv) using python in .nox/mypy
nox > poetry export --format=requirements.txt --dev --without-hashes
The `--dev` option is deprecated, use the `--with dev` notation instead.
nox > python -m pip install --constraint=.nox/mypy/tmp/requirements.txt mypy types-requests numpy pytest nox_poetry types-toml
nox > mypy f1pystats tests noxfile.py docs/conf.py
Success: no issues found in 46 source files
nox > Session mypy was successful.

User System Specs (please complete the following information):

  • OS: Ubuntu 22.04.2 LTS
  • Python: 3.9.16

Additional context
None.

@youpong
Copy link
Contributor Author

youpong commented Mar 29, 2023

They are working on the following pull request.

Once the pull request is merged, we will need to tweak noxfile.py a bit.

@alec-kr
Copy link
Owner

alec-kr commented Oct 14, 2024

@youpong Any update on this?

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

No branches or pull requests

2 participants