diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ed9dea0..fecd94e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,9 @@ jobs: - '3.9' - '3.10' - '3.11' + - 'pypy-3.8' + - 'pypy-3.9' + - 'pypy-3.10' toxenv: [py] include: - python-version: '3.8' diff --git a/tox.ini b/tox.ini index 8963d05..fdd6e2d 100644 --- a/tox.ini +++ b/tox.ini @@ -36,7 +36,10 @@ commands = [pytest] addopts = --cov=tinuous --no-cov-on-fail -filterwarnings = error +filterwarnings = + error + # + ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning norecursedirs = test/data [coverage:run]