forked from Wavyzz/py-healthchecks.io
feat: add python 3.11 support (#392)
* feat: add python 3.11 support - adds testing for python 3.11 - moves from black and flake8 to ruff for linting - Updates coverage output from tests * fix: fix dev dependency group * fix: add installing dev dependencies * ci: add toml * ci: simplify coverage * ci: update coverage
This commit is contained in:
@@ -10,7 +10,6 @@ from healthchecks_io import HCAPIAuthError
|
||||
from healthchecks_io import HCAPIError
|
||||
from healthchecks_io import HCAPIRateLimitError
|
||||
from healthchecks_io import NonUniqueSlugError
|
||||
from healthchecks_io.client._abstract import AbstractClient
|
||||
|
||||
|
||||
def test_abstract_add_url_params(test_abstract_client):
|
||||
|
||||
Reference in New Issue
Block a user