Skip to content

Commit

Permalink
pyramid: back for 3.13!
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Oct 26, 2024
1 parent ba77435 commit e1009ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,7 @@ jobs:
- run: python -Im pip install -e .[dev]
- run: python -Ic 'import svcs'
- run: python -Ic 'import svcs.flask'
# XXX: Pyramid is currently broken on 3.13.
# - run: python -Ic 'import svcs.pyramid'
- run: python -Ic 'import svcs.pyramid'

required-checks-pass:
if: always()
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ addopts = ["-ra", "--strict-markers", "--strict-config"]
xfail_strict = true
filterwarnings = [
"once::Warning",
# pkg_resources.declare_namespace('zope')
"ignore::DeprecationWarning:pkg_resources",
"ignore:pkg_resources is deprecated:DeprecationWarning:pyramid.asset",
# Silence warning that we're testing for but can't capture..
"ignore: coroutine method 'aclose' of 'TestFlask.test_teardown_warns_on_async_on_close.*:RuntimeWarning:",
# Bug in Starlette 0.37.2: https://github.com/encode/starlette/discussions/2603
Expand Down

0 comments on commit e1009ae

Please sign in to comment.