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 test_fetcher when setup is updated #13566

Merged
merged 2 commits into from
Sep 14, 2021
Merged

Fix test_fetcher when setup is updated #13566

merged 2 commits into from
Sep 14, 2021

Conversation

sgugger
Copy link
Collaborator

@sgugger sgugger commented Sep 14, 2021

What does this PR do?

When we update a dependency, it's better to run all tests to make sure we catch any failure linked to that new dep. This PR adapts the test_fectcher to make sure this is the case.

setup.py Outdated
@@ -134,7 +134,7 @@
"sacremoses",
"sagemaker>=2.31.0",
"scikit-learn",
"sentencepiece==0.1.91",
"sentencepiece==0.1.96",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is just for demonstration, will remove before merging.

Copy link
Member

@LysandreJik LysandreJik 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! There's a code quality issue

@sgugger sgugger merged commit 7bd16b8 into master Sep 14, 2021
@sgugger sgugger deleted the new_dep_test_fetcher branch September 14, 2021 17:33
@sgugger sgugger mentioned this pull request Sep 14, 2021
5 tasks
Albertobegue pushed a commit to Albertobegue/transformers that referenced this pull request Jan 13, 2022
* Fix test_fetcher when setup is updated

* Remove example
Albertobegue pushed a commit to Albertobegue/transformers that referenced this pull request Jan 27, 2022
* Fix test_fetcher when setup is updated

* Remove example
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