-
-
Notifications
You must be signed in to change notification settings - Fork 290
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
Test and CI upgrades and maintenance #308
Merged
alimanfoo
merged 15 commits into
zarr-developers:master
from
alimanfoo:pickle-failures-20181018
Oct 19, 2018
Merged
Changes from 13 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
2df74ed
fix failing pickle tests
alimanfoo d28bfd3
flake8
alimanfoo f921ed4
add py37; drop py34; upgrade requirements
alimanfoo 4c6aaad
fix docstrings for npy115
alimanfoo e62ae58
cannot get warnings tests to work on py2, skip them
alimanfoo 8fb6c1e
tweaks to storage pickle and tests
alimanfoo 90e1d49
simplify PR template
alimanfoo d1415a1
get py37 working on travis
alimanfoo 1e51c86
reduce verbosity
alimanfoo b8856fd
release notes
alimanfoo 703ed6d
skip a doctest
alimanfoo 887846f
try to get appveyor working for py37
alimanfoo f87bfa9
test different npy under py36 not py37
alimanfoo 56e2384
ensure cythonize numcodecs for py37 on appveyor
alimanfoo b0da1f5
tweak comment [ci skip]
alimanfoo 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,60 @@ | ||
appdirs==1.4.3 | ||
args==0.1.0 | ||
asciitree==0.3.3 | ||
certifi==2017.7.27.1 | ||
asn1crypto==0.24.0 | ||
atomicwrites==1.2.1 | ||
attrs==18.2.0 | ||
bleach==3.0.2 | ||
boto3==1.9.26 | ||
botocore==1.12.26 | ||
certifi==2018.10.15 | ||
cffi==1.11.5 | ||
chardet==3.0.4 | ||
clint==0.5.1 | ||
coverage==4.4.1 | ||
coveralls==1.2.0 | ||
Cython==0.27.2 | ||
cmarkgfm==0.4.2 | ||
configparser==3.5.0 | ||
coverage==4.5.1 | ||
coveralls==1.5.1 | ||
cryptography==2.3.1 | ||
Cython==0.29 | ||
docopt==0.6.2 | ||
docutils==0.14 | ||
enum34==1.1.6 | ||
fasteners==0.14.1 | ||
filelock==3.0.9 | ||
flake8==3.5.0 | ||
h5py==2.7.1 | ||
idna==2.6 | ||
funcsigs==1.0.2 | ||
future==0.16.0 | ||
h5py==2.8.0 | ||
idna==2.7 | ||
ipaddress==1.0.22 | ||
jmespath==0.9.3 | ||
mccabe==0.6.1 | ||
monotonic==1.3 | ||
msgpack-python==0.4.8 | ||
numcodecs==0.5.4 | ||
packaging==16.8 | ||
pkginfo==1.4.1 | ||
pluggy==0.5.2 | ||
py==1.4.34 | ||
py-cpuinfo==3.3.0 | ||
monotonic==1.5 | ||
more-itertools==4.3.0 | ||
msgpack-python==0.5.6 | ||
numcodecs==0.5.5 | ||
pathlib2==2.3.2 | ||
pkginfo==1.4.2 | ||
pluggy==0.8.0 | ||
py==1.7.0 | ||
pycodestyle==2.3.1 | ||
pycparser==2.19 | ||
pyflakes==1.6.0 | ||
pyparsing==2.2.0 | ||
pytest==3.2.3 | ||
pytest-cov==2.5.1 | ||
requests==2.18.4 | ||
Pygments==2.2.0 | ||
pyOpenSSL==18.0.0 | ||
pytest==3.9.1 | ||
pytest-cov==2.6.0 | ||
python-dateutil==2.7.3 | ||
readme-renderer==22.0 | ||
requests==2.19.1 | ||
requests-toolbelt==0.8.0 | ||
setuptools-scm==1.15.6 | ||
s3fs==0.1.2 | ||
tox==2.9.1 | ||
tox-travis==0.8 | ||
tqdm==4.19.4 | ||
twine==1.9.1 | ||
urllib3==1.22 | ||
virtualenv==15.1.0 | ||
s3fs==0.1.6 | ||
s3transfer==0.1.13 | ||
scandir==1.9.0 | ||
six==1.11.0 | ||
toml==0.10.0 | ||
tox==3.5.2 | ||
tox-travis==0.11 | ||
tqdm==4.27.0 | ||
twine==1.12.1 | ||
urllib3==1.23 | ||
virtualenv==16.0.0 | ||
webencodings==0.5.1 |
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
bsddb3==6.2.5 | ||
lmdb==0.93 | ||
bsddb3==6.2.6 | ||
lmdb==0.94 |
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.
Just to say I made the deletions above because they are all covered via the travis build, and so it seems a bit much to expect everyone to run all of these locally too.