chore(ndb): Add nox sessions for system tests by vbraun · Pull Request #16530 · googleapis/google-cloud-python

@vbraun

This just adds the nox session decorators so you can run the system
tests with
```
cd packages/google-cloud-ndb
nox -s emulator_system
```

The actual system tests don't pass, though.

See also googleapis#15866 (comment)

gemini-code-assist[bot]

@daniel-sanche daniel-sanche changed the title Add nox sessions for system tests chore(ndb): Add nox sessions for system tests

Apr 2, 2026

daniel-sanche