File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ fixture is known to work all the way back to v11.
82
82
If you are already running inside Docker you will need to start the
83
83
container with `--network-"host" ` so that 127.0.0.1 routes to the started
84
84
PG containers. You will need to do up to two extra things:
85
+
85
86
1. Bind mount /var/run/docker.sock to the container so docker clients
86
87
can create sibling containers on the host.
87
88
2. If you cannot use host networking, supply the IP address of the
Original file line number Diff line number Diff line change @@ -75,7 +75,9 @@ scripts.debug = ["python -m testtools.run discover -v -s dbtesttools/tests -t {r
75
75
scripts.py3 = [" stestr run --concurrency 2 -t dbtesttools/tests --top-dir {root} {args}" ]
76
76
scripts.formatcheck = [
77
77
" ruff format --check dbtesttools" ,
78
- " ruff check --select I --show-fixes dbtesttools"
78
+ " ruff check --select I --show-fixes dbtesttools" ,
79
+ " hatch build" ,
80
+ " twine check dist/*" ,
79
81
]
80
82
scripts.format = [
81
83
" ruff check --select I --fix-only --show-fixes dbtesttools" ,
You can’t perform that action at this time.
0 commit comments