Skip to content

Commit 31d16f4

Browse files
committed
Again.
1 parent 3790152 commit 31d16f4

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Jenkinsfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ pipeline {
7474
echo "subshell"
7575
flock --exclusive --timeout 900 200 || { echo "Failed to acquire lock after 900s"; exit 1 }
7676
echo "got lock"
77-
tox -e py312-noop,codecov --workdir "${SHARED_TOX_DIR}" -v -r --notest
78-
echo "did tox"
79-
"${SHARED_TOX_DIR}/test_env/bin/python" -m pip install . --no-deps --ignore-installed --no-cache-dir -v
8077
echo "done"
8178
)>"$LOCK_FILE"
8279
echo "after"

0 commit comments

Comments
 (0)