mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 16:06:42 +02:00
14 lines
419 B
Diff
14 lines
419 B
Diff
--- py-radix-0.10.0-origin/tests/test_regression.py
|
|
+++ py-radix-0.10.0/tests/test_regression.py
|
|
@@ -45,10 +45,7 @@
|
|
|
|
class TestRadix(unittest.TestCase):
|
|
|
|
- @unittest.skipIf(
|
|
- 'PyPy' == platform.python_implementation(),
|
|
- 'PyPy has no refcounts'
|
|
- )
|
|
+ @unittest.skip('Takes too long')
|
|
def test_000_check_incref(self):
|
|
tree = radix.Radix()
|
|
node = tree.add('10.0.1.0/24')
|