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

WIP: Honor workdir #2725

Closed
wants to merge 4 commits into from
Closed

Conversation

jaraco
Copy link

@jaraco jaraco commented Dec 15, 2022

Fixes #2654.

Thanks for contribution

Please, make sure you address all the checklists (for details on how see
development documentation)!

  • ran the linter to address style issues (tox -e fix)
  • wrote descriptive pull request text
  • ensured there are test(s) validating the fix
  • added news fragment in docs/changelog folder
  • updated/extended the documentation

@@ -45,6 +45,7 @@ def _cmd(value: int) -> str:


@pytest.mark.integration()
@pytest.mark.xfail(reason="#2720")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've already rejected this, please remove.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's the same commit. I'm currently developing on top of that other PR because without this marker, the tests fail on main and it's difficult to troubleshoot the problem when there are tests failing for other reasons. I'll plan to rebase off of this workaround commit once I have a fix worked out.

@gaborbernat
Copy link
Member

Seems stalled so we can reopen when we pick it up again.

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.

--workdir override not working in tox >=4
2 participants