From 33872f7c715a6e1b8395c2e6cffdbf44ae95f272 Mon Sep 17 00:00:00 2001 From: Matt Bullock Date: Mon, 16 Jul 2018 15:22:43 -0700 Subject: [PATCH] removing manual "hypothesis" test mark per https://github.com/HypothesisWorks/hypothesis/issues/1362 (#15) --- test/functional/test_f_base64_stream.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/functional/test_f_base64_stream.py b/test/functional/test_f_base64_stream.py index dd62015..4006d4f 100644 --- a/test/functional/test_f_base64_stream.py +++ b/test/functional/test_f_base64_stream.py @@ -38,7 +38,6 @@ HYPOTHESIS_SETTINGS = hypothesis.settings( BINARY = hypothesis_strategies.binary() -@pytest.mark.hypothesis @HYPOTHESIS_SETTINGS @hypothesis.given(source=BINARY) def test_cycle(source):