Skip to content

Commit 750744e

Browse files
committed
fixes
1 parent 58cd8c7 commit 750744e

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@ jobs:
3838

3939
- name: Run tests
4040
run: rye test
41+
42+
- name: Build container
43+
run: |
44+
docker build .

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ requires = ["hatchling==1.26.3", "hatch-vcs"]
2525
build-backend = "hatchling.build"
2626

2727
[tool.rye]
28+
virtual = true
2829
managed = true
2930
dev-dependencies = [
3031
"pytest>=8.3.2",

scripts/generate-types-tests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ def custom_sorted(values):
175175
# Require statement will ensure this test is run with this extension loaded
176176
require airport
177177
178+
require-env AIRPORT_TEST_SERVER_AVAILABLE
179+
178180
# Create the initial secret, the token value doesn't matter.
179181
statement ok
180182
CREATE SECRET airport_testing (

0 commit comments

Comments
 (0)