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

Exclude all test packages. #74

Merged
merged 3 commits into from
Nov 5, 2015
Merged

Conversation

Jeff-Meadows
Copy link
Contributor

Fixes #72

@boxcla
Copy link

boxcla commented Nov 5, 2015

Verified that @Jeff-Meadows has signed the CLA. Thanks for the pull request!

@landscape-bot
Copy link

Code Health
Code quality remained the same when pulling d0a4c4d on Jeff-Meadows:exclude_test into 2ec6389 on box:master.

@kunalparmar
Copy link

👍

@landscape-bot
Copy link

Code Health
Code quality remained the same when pulling 5a7f58e on Jeff-Meadows:exclude_test into 2ec6389 on box:master.

Setuptools sdist packages test/test*.py files with your distribution by default,
allowing for execution of setup.py test.

It wasn't grabbing test/base_test_case.py but it will grab test/test_case_base.py.
Jeff-Meadows added a commit that referenced this pull request Nov 5, 2015
@Jeff-Meadows Jeff-Meadows merged commit ae6c7aa into box:master Nov 5, 2015
@Jeff-Meadows Jeff-Meadows deleted the exclude_test branch November 5, 2015 21:20
Jeff-Meadows added a commit that referenced this pull request Aug 6, 2019
A previous refactor (#74) enabled this, but I didn't notice.
Previously, flaky stored information about test reruns inside a
CallInfo subclass. call_runtest_hook was monkey patched so that
flaky could ensure that subclass was created. #74 moved that info
into the plugin, so the monkey patch was no longer doing anything
special.

However, over time, flaky's implementation diverged from pytest's.
This caused #139 and #156.

This commit removes the monkey patch, and flaky now uses pytest's
implementation, which fixes those issues and is more future proof.
Jeff-Meadows added a commit that referenced this pull request Aug 6, 2019
A previous refactor (#74) enabled this, but I didn't notice.
Previously, flaky stored information about test reruns inside a
CallInfo subclass. call_runtest_hook was monkey patched so that
flaky could ensure that subclass was created. #74 moved that info
into the plugin, so the monkey patch was no longer doing anything
special.

However, over time, flaky's implementation diverged from pytest's.
This caused #139 and #156.

This commit removes the monkey patch, and flaky now uses pytest's
implementation, which fixes those issues and is more future proof.
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

4 participants