python-hyper / brotlicffi

Python bindings to the Brotli compression library
MIT License
147 stars 27 forks source link

Multiple pytest/hypothesis fixes #176

Closed mgorny closed 3 years ago

mgorny commented 3 years ago

A few fixes to pytest/hypothesis-related problems:

  1. Unbind pytest dep because old version of pytest caused hypothesis tests to be skipped.
  2. Fix hypothesis health checks due to one_compressed_file fixture missing scope.
  3. Fix pytest warning due to unregistered marks.
sethmlarson commented 3 years ago

As is customary with python-hyper I've sent you an invite to become a contributor to the python-hyper org.

mgorny commented 3 years ago

Thanks.