From c9d79a947e8e7c7f7c59345c8b6f404d288850e6 Mon Sep 17 00:00:00 2001 From: Ian Delaney Date: Mon, 25 Jun 2012 21:59:21 +0800 Subject: [dev-python/pyudev/files/pyudev_wrapped_test.patch] commented (Portage version: 2.1.10.65/git/Linux x86_64, unsigned Manifest commit) --- dev-python/pyudev/files/pyudev_wrapped_test.patch | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/dev-python/pyudev/files/pyudev_wrapped_test.patch b/dev-python/pyudev/files/pyudev_wrapped_test.patch index 3f23380..cdcd784 100644 --- a/dev-python/pyudev/files/pyudev_wrapped_test.patch +++ b/dev-python/pyudev/files/pyudev_wrapped_test.patch @@ -1,9 +1,13 @@ -/* tests/test_monitor.py:195: draws an error because the gentoo sandbox pathname becomes a mile long -second patch here changes its name to t_bs and even then it only just makes it. -I normally use PORTAGE_TMPDIR="/mnt/gen2/TmpDir" which is too long under any circumstance. -By rights this requires an ewarn line; -"if your PORTAGE_TMPDIR isn't /var/tmp/, change it to /var/tmp for tests to pass for this package" -sometimes I get a fail of TestTags.test_iteration[..] then run again and it passes +/* +1. tests/test_monitor.py:195: draws an error because the gentoo sandbox pathname becomes a mile long + second patch here changes its name to t_bs and even then it only just makes it. + I normally use PORTAGE_TMPDIR="/mnt/gen2/TmpDir" which is too long under any circumstance. + By rights this requires an ewarn line; + "if your PORTAGE_TMPDIR isn't /var/tmp/, change it to /var/tmp for tests to pass for this package" +2. sometimes I get a fail of TestTags.test_iteration[..] then run again and it passes +3. scan_subsystems && udev_enumerate_add_syspath are nowhere to be found in the source. + Joining udev_enumerate_ to them is to me a nonsense if the functions can be found in neither + _is_blacklisted nor wrapped_functions arrays diff -ur pyudev-0.15.orig/tests/test_libudev.py pyudev-0.15/tests/test_libudev.py --- tests//test_libudev.py 2012-06-25 18:18:06.051694665 +0800 +++ tests/test_libudev.py 2012-03-02 02:26:26.000000000 +0800 -- cgit v1.2.3-65-gdbad