Skip to content

Ignore installed stub and inline packages if use_builtins_fixtures is set #5554

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

Merged
merged 3 commits into from
Sep 1, 2018

Conversation

ilevkivskyi
Copy link
Member

Fixes #5553

The idea is simple, while running tests we should ignore real third-party stub/inline packages and use our own fixtures for everything.

I think we should merge this soon, because it blocks all other PRs (CI is all red).

@ilevkivskyi ilevkivskyi changed the title Ignore installed stub and inline packages if use_builins_fixtures is set Ignore installed stub and inline packages if use_builtins_fixtures is set Sep 1, 2018
Copy link
Member

@emmatyping emmatyping left a comment

Choose a reason for hiding this comment

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

This looks good!

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.

mypy attrs tests fail because attrs 18.2.0 was just released
3 participants