-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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
Moto server #35655
Merged
Merged
Moto server #35655
Changes from 48 commits
Commits
Show all changes
70 commits
Select commit
Hold shift + click to select a range
3a54dde
Pepper storage_options
f0922c4
Merge branch 'master' into storage_options
e549f8d
Add feather test
e8540c4
Merge branch 'master' into storage_options
0034bff
Add CSV and parquet options tests; lint
19f041d
deeper lint
f9e1e69
more tests
7f69afe
blank line
cc0e4c3
attempt relint
e356e93
unused import
c7170dd
more order
b96778d
plumb stata and test
1dc41b1
Add note about storage_options in whatsnew
d882984
Plumb and test markdown
f1e455d
optional markdown
c88b75f
remove extraneous
58481a4
more extraneous
704770b
Add fsspec options error and docstrings
1b8637e
fix that
bbcef17
black
a18686c
fix it again
fa656cb
more lint
e8d5312
Merge branch 'master' into storage_options
a79a274
Requested changes
28d6d38
Make moto server process instead of monkey
97c7263
Merge branch 'master' into storage_options
e99f8ed
Update versions
aa2751e
Merge branch 'storage_options' into moto_server
0a2fc29
black and start excel
6ce6ecc
Plumb excel
23f4fc4
Merge branch 'master' into storage_options
3ec9342
Merge branch 'storage_options' into moto_server
4732729
Merge branch 'master' into moto_server
a1dba75
fix merge
e2717db
isort
e9ed76f
option typo
1fb4b40
remove moto variable
e646c16
Add flask where there is moto
f61bf0b
specific options for s3
d7e5b4a
skip some; fix unrelated HDF arg order
df6d48f
rerun generate_pip_deps
84a8149
try simpler
32cf3e1
try again
867c985
Check moto not py
ee7b156
Merge branch 'master' into moto_server
65ec74f
Suggestions
e5fa341
maybe mypy fix
8ab2702
Move fsspec fixture imports; add whatsnew note
476e96a
responses
8ae9189
relint
eab08b9
update moto deps
b13614b
latest on windows env
4c2c1a0
Add kwargs
9c4124d
try in win-py38 env
3449870
Merge branch 'master' into moto_server
09a8e8e
Env only
51bb02b
Revert - reintroduce code
8387ea6
Skip test on win
5e2a86f
not "reason" in skip
8711c96
typo
a8a34a0
Merge branch 'master' into moto_server
6d21fa0
Fewer moto server processes
1e1d3fe
Dumb
9f8ad5a
With exceptions
015512d
Skip old pyarrow; remove moto where no s3fs in env
989a9f1
sign error
7617256
Add arrow to env that was getting it anyway (but an old one)
4624cef
Add reasonable timeouts
f5c2a44
lint
5d50cda
small revert
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 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 |
---|---|---|
|
@@ -21,6 +21,7 @@ dependencies: | |
- lxml | ||
- matplotlib>=3.3.0 | ||
- moto | ||
- flask | ||
- nomkl | ||
- numexpr | ||
- numpy=1.16.* | ||
|
This file contains 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 |
---|---|---|
|
@@ -33,3 +33,4 @@ dependencies: | |
- xlsxwriter | ||
- xlwt | ||
- moto | ||
- flask |
This file contains 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 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 |
---|---|---|
|
@@ -22,6 +22,7 @@ dependencies: | |
- lxml | ||
- matplotlib=2.2.* | ||
- moto | ||
- flask | ||
- numexpr | ||
- numpy=1.16.* | ||
- openpyxl | ||
|
This file contains 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 |
---|---|---|
|
@@ -17,5 +17,6 @@ dependencies: | |
- python-dateutil | ||
- pytz | ||
- pip | ||
- flask | ||
- pip: | ||
- moto |
This file contains 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 |
---|---|---|
|
@@ -24,6 +24,7 @@ dependencies: | |
- html5lib | ||
- matplotlib | ||
- moto | ||
- flask | ||
- nomkl | ||
- numexpr | ||
- numpy=1.16.* | ||
|
This file contains 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 |
---|---|---|
|
@@ -22,6 +22,7 @@ dependencies: | |
- lxml=4.3.0 | ||
- matplotlib=3.0.* | ||
- moto | ||
- flask | ||
- nomkl | ||
- numexpr | ||
- numpy | ||
|
This file contains 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 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 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 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 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 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 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 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 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Put storage_options after engine, for users passing that as a position?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done