pytries / datrie

Fast, efficiently stored Trie for Python. Uses libdatrie.
http://pypi.python.org/pypi/datrie/
GNU Lesser General Public License v2.1
530 stars 88 forks source link

Remove deprecated 'average_size' argument from hypothesis tests #60

Closed jdufresne closed 5 years ago

jdufresne commented 5 years ago

The argument is deprecated and has no effect. Fixes warning:

tests/test_random.py::test_contains
  .../hypothesis/internal/validation.py:157: HypothesisDeprecationWarning: You should remove the average_size argument, because it is deprecated and no longer has any effect.  Please open an issue if the default distribution of examples does not work for you.
    since="2018-03-10",
superbobry commented 5 years ago

Thanks!