Skip to content

Travis CI: Run each failing pytest in allow_failures mode #1087

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 4 commits into from
Aug 6, 2019

Conversation

cclauss
Copy link
Member

@cclauss cclauss commented Jul 30, 2019

This PR allows us to see which of our files are still fail pytests. As we fix each file so that it passes pytest, we can remove the custom configuration to simplify our testing script. This PR replaces #1055 by running each of our currently failing pytests in allow_failures mode so that we can see them fail without failing the entire Travis CI run.

Complex now but simple once all files pass pytest.

@cclauss cclauss force-pushed the travis-add-failing-pytests branch from 343ebb4 to 429909b Compare July 30, 2019 15:45
@cclauss cclauss changed the title Travis CI: Run each failing pytest in || true mode Travis CI: Run each failing pytest in allow_failures mode Jul 30, 2019
@cclauss cclauss requested a review from AnshulMalik July 30, 2019 15:51
@cclauss cclauss added the awaiting reviews This PR is ready to be reviewed label Jul 30, 2019
Copy link
Member

@harshildarji harshildarji left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@harshildarji harshildarji added awaiting merge This PR is approved and ready to be merged and removed awaiting reviews This PR is ready to be reviewed labels Aug 6, 2019
@cclauss cclauss merged commit 561a414 into TheAlgorithms:master Aug 6, 2019
stokhos pushed a commit to stokhos/Python that referenced this pull request Jan 3, 2021
…hms#1087)

* Travis CI: Run failing pytest in allow_failures mode

* Sync with master

* Sync with master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting merge This PR is approved and ready to be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants