-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
CLN: move pytest config to pyproject.toml #40656
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
Changes from 24 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
7eeab68
CLN: move pytest config to pyproject.toml
fangchenli 1d81b7d
fix typo
fangchenli 226a009
fix space
fangchenli a9679a4
fix space
fangchenli 310e57a
move more opts to config file
fangchenli af3be8d
move more opts to config file
fangchenli 96e8d20
change min version
fangchenli 39f61e5
Merge remote-tracking branch 'upstream/master' into pytest-config
fangchenli 9d0e37c
Merge remote-tracking branch 'upstream/master' into pytest-config
fangchenli e39a0ce
add comment back
fangchenli e7df3da
Merge remote-tracking branch 'upstream/master' into pytest-config
fangchenli dbb9306
Merge remote-tracking branch 'upstream/master' into pytest-config
fangchenli 1c348f9
Merge remote-tracking branch 'upstream/master' into pytest-config
fangchenli f2544d6
Merge remote-tracking branch 'upstream/master' into pytest-config
fangchenli 929f321
Merge remote-tracking branch 'upstream/master' into pytest-config
fangchenli 691a4d1
Merge remote-tracking branch 'upstream/master' into pytest-config
fangchenli 9e18cc5
Merge remote-tracking branch 'upstream/master' into pytest-config
fangchenli 5364094
Merge remote-tracking branch 'upstream/master' into pytest-config
fangchenli abf920c
Merge remote-tracking branch 'upstream/master' into pytest-config
fangchenli cc71613
Merge branch 'master' into pytest-config
fangchenli db34d63
resolve conflict
fangchenli e7a2bb6
Merge branch 'pytest-config' of https://github.com/fangchenli/pandas …
fangchenli 238902f
Merge remote-tracking branch 'upstream/master' into pytest-config
fangchenli 8735fa4
Merge remote-tracking branch 'upstream/master' into pytest-config
fangchenli 9b51cda
unpin pytest version
fangchenli 262e7ec
Merge remote-tracking branch 'upstream/master' into pytest-config
fangchenli aac496f
Merge remote-tracking branch 'upstream/master' into pytest-config
fangchenli e08d045
Merge remote-tracking branch 'upstream/master' into pytest-config
fangchenli b0bca7c
Merge remote-tracking branch 'upstream/master' into pytest-config
fangchenli 6683409
Merge branch 'master' into pytest-config
fangchenli 80ba633
resolve conflict
fangchenli 4179174
Merge remote-tracking branch 'upstream/master' into pytest-config
fangchenli 840e6a4
Merge remote-tracking branch 'upstream/master' into pytest-config
fangchenli File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
:: test on windows | ||
set PYTHONHASHSEED=314159265 | ||
pytest --skip-slow --skip-network --skip-db -m "not single" -n 4 -r sXX --strict-markers pandas | ||
pytest --skip-slow --skip-network --skip-db -m "not single" -n 4 -r sXX pandas |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.