We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90a632 commit 2df2ed2Copy full SHA for 2df2ed2
.github/workflows/tests.yml
@@ -36,6 +36,10 @@ jobs:
36
coverage run -a -m sphinx -b doctest -d docs/_build/doctrees docs docs/_build/doctests
37
coverage combine || true
38
coverage report -i || true
39
+ - name: Test No ZODB
40
+ run: |
41
+ python -m pip uninstall -y ZODB zope.site persistent
42
+ python -m zope.testrunner --test-path=src --auto-color --auto-progress
43
- name: Lint
44
if: matrix.python-version == '3.14'
45
run: |
0 commit comments