run tests for github actions
(session: nox.Session)
| 193 | |
| 194 | @nox.session(name="github-nocext") |
| 195 | def github_nocext(session: nox.Session) -> None: |
| 196 | """run tests for github actions""" |
| 197 | |
| 198 | _tests(session, "sqlite", "nocext", greenlet=False) |
| 199 | |
| 200 | |
| 201 | def _tests( |