python/pytest-black: drop deprecated path from pytest_collect_file
[oi-userland.git] / components / python / distlib / patches / 01-test-depends-on-home.patch
blob44c9b07d89766683b8f132ce10da11aaa36565c4
1 --- distlib-0.3.9/tests/test_util.py.orig
2 +++ distlib-0.3.9/tests/test_util.py
3 @@ -86,6 +86,7 @@
4 self.assertIs(resolve('logging', 'root'), logging.root)
5 self.assertEqual(resolve('logging', 'root.debug'), logging.root.debug)
7 + @unittest.skip("Test depends on user's home")
8 def test_cache_base(self):
9 actual = get_cache_base()
10 if os.name == 'nt' and 'LOCALAPPDATA' in os.environ: