matthewdeanmartin / openmock

Python Opensearch Mock for test purposes (fork of elasticmock)
https://pypi.python.org/pypi/openmock
MIT License
12 stars 11 forks source link

Add missing python-ranges dependency and remove debug print #5

Closed BradHolmes closed 1 year ago

BradHolmes commented 1 year ago
  1. Removed debug print
  2. Added python-ranges as dep, and removed compatibility with python <= 3.8
  3. Bumped minor version, since range-field support is a new feature.
matthewdeanmartin commented 1 year ago

ha! yeah, I got to get some Github Actions in place... I'm more familiar with Gitlab version of the same.