Skip to content

Commit 6573f03

Browse files
committed
Remove tox-factor from TestKit Dockerfile
1 parent 33bdacb commit 6573f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testkit/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ RUN pyenv global $(pyenv versions --bare --skip-aliases)
5656
RUN for version in $PYTHON_VERSIONS; do \
5757
python$version -m pip install -U pip && \
5858
python$version -m pip install -U setuptools && \
59-
python$version -m pip install -U coverage tox tox-factor; \
59+
python$version -m pip install -U coverage tox; \
6060
done

0 commit comments

Comments
 (0)