Skip to content

Commit

Permalink
Merge pull request #179 from con/pypy
Browse files Browse the repository at this point in the history
Test against PyPy
  • Loading branch information
yarikoptic committed Nov 9, 2023
2 parents 44068cc + 88c4e0c commit ede2bc8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ commands =

[pytest]
addopts = --cov=tinuous --no-cov-on-fail
filterwarnings = error
filterwarnings =
error
# <https://github.com/yaml/pyyaml/issues/688>
ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning
norecursedirs = test/data
[coverage:run]
Expand Down

0 comments on commit ede2bc8

Please sign in to comment.