Skip to content

Commit 36db45d

Browse files
committed
Run Python tests when pytest.ini changes
1 parent 89f3cbf commit 36db45d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tooling/src/hypothesistooling/__main__.py

+1
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@ def run_tox(task, version):
380380
if_changed=(
381381
hp.PYTHON_SRC,
382382
hp.PYTHON_TESTS,
383+
os.path.join(tools.ROOT, "pytest.ini"),
383384
os.path.join(hp.HYPOTHESIS_PYTHON, "scripts"),
384385
)
385386
)

0 commit comments

Comments
 (0)