html_url,issue_url,id,node_id,user,created_at,updated_at,author_association,body,reactions,performed_via_github_app,issue
https://github.com/pydata/xarray/pull/1580#issuecomment-330672715,https://api.github.com/repos/pydata/xarray/issues/1580,330672715,MDEyOklzc3VlQ29tbWVudDMzMDY3MjcxNQ==,900941,2017-09-19T21:02:53Z,2017-09-19T21:02:53Z,CONTRIBUTOR,"Thanks @spencerahill
py.test seems to be working
Cheers","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,258884482
https://github.com/pydata/xarray/pull/1580#issuecomment-330663981,https://api.github.com/repos/pydata/xarray/issues/1580,330663981,MDEyOklzc3VlQ29tbWVudDMzMDY2Mzk4MQ==,900941,2017-09-19T20:29:58Z,2017-09-19T20:31:01Z,CONTRIBUTOR,"Thanks @spencerahill:
I have run the flake8 test and modified the whats-new.rst.
I think I need more guidance with the tests.
I tried using nosetests and get the following exceptions (I am sure I am doing smth wrong here):
```
$ nosetests
/Users/huziy/anaconda/envs/py3.6/lib/python3.6/site-packages/matplotlib/__init__.py:917: UserWarning: axes.hold is deprecated. Please remove it from your matplotlibrc and/or style files.
warnings.warn(self.msg_depr_set % key)
/Users/huziy/anaconda/envs/py3.6/lib/python3.6/site-packages/matplotlib/rcsetup.py:152: UserWarning: axes.hold is deprecated, will be removed in 3.0
warnings.warn(""axes.hold is deprecated, will be removed in 3.0"")
E
======================================================================
ERROR: Failure: AttributeError (module 'pytest' has no attribute 'config')
----------------------------------------------------------------------
Traceback (most recent call last):
File ""/Users/huziy/anaconda/envs/py3.6/lib/python3.6/site-packages/nose/failure.py"", line 39, in runTest
raise self.exc_val.with_traceback(self.tb)
File ""/Users/huziy/anaconda/envs/py3.6/lib/python3.6/site-packages/nose/loader.py"", line 417, in loadTestsFromName
addr.filename, addr.module)
File ""/Users/huziy/anaconda/envs/py3.6/lib/python3.6/site-packages/nose/importer.py"", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File ""/Users/huziy/anaconda/envs/py3.6/lib/python3.6/site-packages/nose/importer.py"", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File ""/Users/huziy/anaconda/envs/py3.6/lib/python3.6/imp.py"", line 244, in load_module
return load_package(name, filename)
File ""/Users/huziy/anaconda/envs/py3.6/lib/python3.6/imp.py"", line 216, in load_package
return _load(spec)
File """", line 675, in _load
File """", line 655, in _load_unlocked
File """", line 678, in exec_module
File """", line 205, in _call_with_frames_removed
File ""/Users/huziy/PythonProjects/xarray/xarray/tests/__init__.py"", line 130, in
_SKIP_FLAKY = not pytest.config.getoption(""--run-flaky"")
AttributeError: module 'pytest' has no attribute 'config'
----------------------------------------------------------------------
Ran 1 test in 0.582s
FAILED (errors=1)
```
Cheers
","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,258884482