summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-08-19 15:31:06 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-08-19 15:31:06 +0200
commit4ea19330fd177d6d0d68aabf667fbaf3feaf661e (patch)
treee5c5c8bfee561616398da36ddd751092d73b411e
parente19934f2d348a3e358be50280ee73ee345682ed6 (diff)
downloadpygobject-4ea19330fd177d6d0d68aabf667fbaf3feaf661e.tar.gz
tests: don't test for specific device labels
We can't be sure what's returned there and this fails for example with Ubuntu 18.10 in vbox.
-rw-r--r--tests/test_atoms.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_atoms.py b/tests/test_atoms.py
index cc8dc3c2..0081a029 100644
--- a/tests/test_atoms.py
+++ b/tests/test_atoms.py
@@ -98,4 +98,3 @@ class TestGdkAtom(unittest.TestCase):
axes = device.list_axes()
axes_names = [atom.name() for atom in axes]
self.assertNotEqual(axes_names, [])
- self.assertTrue('Rel X' in axes_names)