mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-28 22:22:01 +01:00
8.0.0 depends on cryptography>=36 This reverts commit 2bd040850bd93266d847f6b5a3740b99b26ee0cc.
14 lines
390 B
Diff
14 lines
390 B
Diff
diff --git a/test/mitmproxy/test_optmanager.py b/test/mitmproxy/test_optmanager.py
|
|
index d0f0567..e24e378 100644
|
|
--- a/test/mitmproxy/test_optmanager.py
|
|
+++ b/test/mitmproxy/test_optmanager.py
|
|
@@ -186,6 +186,8 @@ def test_subscribe():
|
|
assert t.called
|
|
|
|
|
|
+import platform
|
|
+@pytest.mark.skipif(platform.machine() == "i686", reason="Test is flaky")
|
|
def test_rollback():
|
|
o = TO()
|
|
|