]> granicus.if.org Git - python/commit
Issue #23193: Skip numeric_owner tests on platforms where they don't make sense
authorZachary Ware <zachary.ware@gmail.com>
Wed, 13 May 2015 04:57:21 +0000 (23:57 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Wed, 13 May 2015 04:57:21 +0000 (23:57 -0500)
commitad3e27ae4c2c21d422603eab36c6b48e6e09f732
tree3d2870271a0f6aa4af9f4fa49cad81543cf695f7
parent849564f874fe55e505078ad09010daa66fc95ecb
Issue #23193: Skip numeric_owner tests on platforms where they don't make sense

In particular, the tests bomb out on Windows.  The feature is a no-op on platforms
without the pwd module or os.geteuid anyway.
Lib/test/test_tarfile.py