Navigation Menu

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

Fix #1236 typos in isolated.py build method #1235

Merged
merged 4 commits into from Mar 30, 2019
Merged

Fix #1236 typos in isolated.py build method #1235

merged 4 commits into from Mar 30, 2019

Conversation

unmade
Copy link

@unmade unmade commented Mar 30, 2019

Hi, there!

There are typos in tox/package/builder/isolated.py making it impossible to install package with requirements in pyproject.toml

I've been using tox (3.7.0) with flit as a build backend. After upgrading to tox 3.8 I keep getting an error whenever try to run tox.

It seems like during refactoring there have been made some typos. I made two commits:

  1. first commit with failing test, so you can see how to reproduce bug
  2. second commit fixes typos

Copy link
Member

@gaborbernat gaborbernat left a comment

Choose a reason for hiding this comment

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

Add a bug fix changelog please, otherwise looks good. We have some flit/poetry integration tests I wonder how those did not failed 🤔

@unmade unmade changed the title Fix typos in isolated.py build method Fix #1236 typos in isolated.py build method Mar 30, 2019
@unmade
Copy link
Author

unmade commented Mar 30, 2019

@gaborbernat Sure, I added a changelog and also opened an issue :)

@@ -11,6 +11,15 @@ with advance notice in the **Deprecations** section of releases.

.. towncrier release notes start

v3.8.4 (2019-03-30)
-------------------
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Author

Choose a reason for hiding this comment

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

Oops. fixed it

@gaborbernat
Copy link
Member

The failing test is not related to your PR, feel free to add a skip for it (python 2, windows only).

@unmade
Copy link
Author

unmade commented Mar 30, 2019

@gaborbernat Thanks for guiding me!

What is the right way to skip failing test? Should I make changes to azure-pipelines.yml?

@gaborbernat
Copy link
Member

pytest skip decorator 👌

@gaborbernat gaborbernat merged commit 4cd7610 into tox-dev:master Mar 30, 2019
@unmade
Copy link
Author

unmade commented Mar 30, 2019

Thanks! 🔥

@unmade unmade deleted the fix-typo-in-isolated-build branch March 30, 2019 22:47
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.

None yet

2 participants