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/priority/files/priority-1.3.0-test-timeout.patch | |
| 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/priority/files/priority-1.3.0-test-timeout.patch')
| -rw-r--r-- | dev-python/priority/files/priority-1.3.0-test-timeout.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/priority/files/priority-1.3.0-test-timeout.patch b/dev-python/priority/files/priority-1.3.0-test-timeout.patch new file mode 100644 index 000000000000..3b904f340998 --- /dev/null +++ b/dev-python/priority/files/priority-1.3.0-test-timeout.patch @@ -0,0 +1,20 @@ +diff -dupr a/test/test_priority.py b/test/test_priority.py +--- a/test/test_priority.py 2017-01-27 11:57:03.000000000 +0100 ++++ b/test/test_priority.py 2019-11-22 09:03:52.772710452 +0100 +@@ -12,7 +12,7 @@ import itertools + + import pytest + +-from hypothesis import given ++from hypothesis import given, settings + from hypothesis.strategies import ( + integers, lists, tuples, sampled_from + ) +@@ -489,6 +489,7 @@ class TestPriorityTreeOutput(object): + fairness and equidistribution. + """ + @given(STREAMS_AND_WEIGHTS) ++ @settings(deadline=None) + def test_period_of_repetition(self, streams_and_weights): + """ + The period of repetition of a priority sequence is given by the sum of |
