run tests for github actions
(session: nox.Session)
| 186 | |
| 187 | @nox.session(name="github-nocext") |
| 188 | def github_nocext(session: nox.Session) -> None: |
| 189 | """run tests for github actions""" |
| 190 | |
| 191 | _tests(session, "sqlite", "nocext", greenlet=False) |
| 192 | |
| 193 | |
| 194 | def _tests( |