diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
| commit | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch) | |
| tree | b89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /dev-python/ioflo/files | |
| parent | 1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff) | |
| download | baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip | |
Updating liguros repo
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 |
