diff options
author | 2020-04-28 13:24:53 -0700 | |
---|---|---|
committer | 2020-04-28 14:02:29 -0700 | |
commit | 0f6a64d9b0a5715bf048ed592a690866f645aab5 (patch) | |
tree | aba0105cf3a2b20410865db48b84f3e80e20b1e0 /dev-python/ioflo/files | |
parent | games-misc/exult-sound: QA Fix missing unzip (diff) | |
download | gentoo-0f6a64d9b0a5715bf048ed592a690866f645aab5.tar.gz gentoo-0f6a64d9b0a5715bf048ed592a690866f645aab5.tar.bz2 gentoo-0f6a64d9b0a5715bf048ed592a690866f645aab5.zip |
dev-python/ioflo-1.7.8: Version bump
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/ioflo/files')
-rw-r--r-- | dev-python/ioflo/files/ioflo-1.7.8-network-test.patch | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-python/ioflo/files/ioflo-1.7.8-network-test.patch b/dev-python/ioflo/files/ioflo-1.7.8-network-test.patch new file mode 100644 index 000000000000..32c7f51298ce --- /dev/null +++ b/dev-python/ioflo/files/ioflo-1.7.8-network-test.patch @@ -0,0 +1,32 @@ +diff --git a/ioflo/aio/udp/test/test_udping.py b/ioflo/aio/udp/test/test_udping.py +index 9aefdf0..ec44721 100644 +--- a/ioflo/aio/udp/test/test_udping.py ++++ b/ioflo/aio/udp/test/test_udping.py +@@ -122,6 +122,7 @@ class BasicTestCase(unittest.TestCase): + shutil.rmtree(tempDirpath) + console.reinit(verbosity=console.Wordage.concise) + ++ @unittest.skip("needs network access") + def testBroadcast(self): + """ + Test Class SocketUdpNb +diff --git a/ioflo/base/test/test_logging.py b/ioflo/base/test/test_logging.py +index 0b8ce13..b64d469 100644 +--- a/ioflo/base/test/test_logging.py ++++ b/ioflo/base/test/test_logging.py +@@ -33,6 +33,7 @@ def tearDownModule(): + console.reinit(verbosity=console.Wordage.concise) + + ++@unittest.skip("needs network access") + class LoggerTestCase(testing.LoggerIofloTestCase): + """ + Example TestCase +@@ -927,6 +928,7 @@ class LoggerTestCase(testing.LoggerIofloTestCase): + pass + + ++@unittest.skip("needs network access") + class HouseTestCase(testing.HouseIofloTestCase): + """ + Example TestCase |