-
-
Notifications
You must be signed in to change notification settings - Fork 526
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 tox --help
and tox --help-ini
shows an error when run outside a directory with tox support files #1509 #1540
#1539
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please run tox -e fix_lint
to fix the formatting issue; also add a test to validate the change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sadly to merge this we need first to fix the CI on master; can you put in a PR that does that? Would imply finding out why the master is broken and putting in a separate PR that fixes it.
I have a doubt that my docs/changelog/1539.bugfix.rst is in correct format ? |
I don't know why it failed in pypy linux. It also failed with same error
alos in another PR #1537 |
tox --help
and tox --help-ini
#1540 shows an error when run outside a directory with tox support files #1509 #1540
tox --help
and tox --help-ini
#1540 shows an error when run outside a directory with tox support files #1509 #1540tox --help
and tox --help-ini
shows an error when run outside a directory with tox support files #1509 #1540
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is on hold until we fix the master CI.
the problem is with psutil==5.7.0 in pypy .
Finally, all test passed 😺 |
released via https://pypi.org/project/tox/3.14.6/ |
Since tox version 3.14.6 test_notoxini_help_still_works from test_z_cmdline.py fails due to tox-dev/tox#1539 Sync the tests from that tox version to fix the issue.
…-dev#1539) * solved tox-dev#1509 tox-dev#1540 * added test for fixed help command * added changelog * solved CI error the problem is with psutil==5.7.0 in pypy . * solved lint problem 😖 Co-authored-by: nkpro2000sr <[email protected]>
closes #1509, closes #1540
Thanks for contributing a pull request!
If you are contributing for the first time or provide a trivial fix don't worry too
much about the checklist - we will help you get started.
Contribution checklist:
(also see CONTRIBUTING.rst for details)
in message body
<issue number>.<type>.rst
for example (588.bugfix.rst)<type>
is must be one ofbugfix
,feature
,deprecation
,breaking
,doc
,misc
<your username>
"superuser
."CONTRIBUTORS
(preserving alphabetical order)