Description: Upgrade of numpy means Nat == x is always False.
 Mark test XFAIL.
Author: Alastair McKinstry <mckinstry@debian.org>
Bug-Origin: https://bugs.debian.org/917762
Forwarded: no
Last-Updated: 2019-01-07

Index: python-xarray-0.11.2/xarray/tests/test_variable.py
===================================================================
--- python-xarray-0.11.2.orig/xarray/tests/test_variable.py
+++ python-xarray-0.11.2/xarray/tests/test_variable.py
@@ -191,7 +191,9 @@ class VariableSubclassobjects(object):
         self._assertIndexedLikeNDArray(
             x, np.timedelta64(td), 'timedelta64[ns]')
 
+    @pytest.mark.xfail
     def test_index_0d_not_a_time(self):
+        # NaT==x and x==NAT are now always False, so skip this.
         d = np.datetime64('NaT', 'ns')
         x = self.cls(['x'], [d])
         self._assertIndexedLikeNDArray(x, d)
