Change-Id: Ia37a7bcaafcc5fa8e1fe4783706d1185351cd14e
os:
- "ubuntu-22.04"
python-version:
+ # ubuntu-22.04 does not have: py27, py36. Mypy no longer supports it
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- include:
- # ubuntu-22.04 does not have: py27, py36
- - os: "ubuntu-20.04"
- python-version: "3.6"
fail-fast: false
# steps to run in each job. Some are github actions, others run shell commands
class ComputedReflectionTest(fixtures.TestBase):
__only_on__ = "sqlite"
+ __requires__ = ("computed_columns",)
__backend__ = True
@classmethod