Skip to content

Commit 35da681

Browse files
authored
Merge pull request #875 from robsdedude/tox-factor-moved-to-core
tox-factor is obsolete
2 parents d48907c + 6573f03 commit 35da681

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

requirements-dev.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ pytest-benchmark>=3.4.1
2525
pytest-cov>=3.0.0
2626
pytest-mock>=3.6.1
2727
teamcity-messages>=1.29
28-
tox>=3.27.1
29-
tox-factor>=0.1.2
28+
tox>=4.0.0
3029

3130
# needed for building docs
3231
sphinx

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)