Skip to content

Commit 9ae4a5a

Browse files
authored
Remove deprecated --no-python-version-warning option (#1741)
1 parent 604465c commit 9ae4a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ git --version
125125
cmake --version
126126
swig -version
127127
pipx run nox --version
128-
pipx install --pip-args='--no-python-version-warning --no-input' nox
128+
pipx install --pip-args='--no-input' nox
129129
nox --version
130130
tar --version | grep "GNU tar"
131131
# we stopped installing sqlite3 after manylinux_2_28 / musllinux_1_2

0 commit comments

Comments
 (0)