Skip to content

Commit

Permalink
CI: remove deprecated pytest-runner package from ci requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
henryborchers committed Oct 9, 2023
1 parent 6485e07 commit fc120d5
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 38 deletions.
79 changes: 42 additions & 37 deletions requirements/requirements-ci-freeze.txt
Original file line number Diff line number Diff line change
@@ -1,61 +1,66 @@
alabaster==0.7.13
astroid==2.15.6
Babel==2.12.1
astroid==3.0.0
Babel==2.13.0
bottle==0.12.25
certifi==2023.5.7
charset-normalizer==3.2.0
build==1.0.3
certifi==2023.7.22
charset-normalizer==3.3.0
check-manifest==0.49
colorama==0.4.6
conan==1.60.1
coverage==7.2.7
dill==0.3.6
distlib==0.3.6
conan==1.61.0
coverage==7.3.2
devpi-client==5.2.3
devpi-common==3.7.2
dill==0.3.7
distlib==0.3.7
docutils==0.20.1
fasteners==0.18
filelock==3.12.2
flake8==6.0.0
fasteners==0.19
filelock==3.12.4
flake8==6.1.0
idna==3.4
imagesize==1.4.1
iniconfig==2.0.0
isort==5.12.0
Jinja2==3.1.2
lazy-object-proxy==1.9.0
lazy==1.6
lxml==4.9.3
MarkupSafe==2.1.3
mccabe==0.7.0
mypy==1.4.1
mypy==1.5.1
mypy-extensions==1.0.0
node-semver==0.6.1
packaging==23.1
packaging==21.3
patch-ng==1.17.4
platformdirs==3.8.1
pluggy==1.2.0
pkginfo==1.9.6
platformdirs==3.11.0
pluggy==1.3.0
pluginbase==1.0.1
py==1.11.0
pybind11==2.10.4
pycodestyle==2.10.0
pyflakes==3.0.1
Pygments==2.15.1
PyJWT==2.7.0
pylint==2.17.4
pytest==7.4.0
pytest-runner==6.0.0
pybind11==2.11.1
pycodestyle==2.11.0
pyflakes==3.1.0
Pygments==2.16.1
PyJWT==2.8.0
pylint==3.0.1
pyparsing==3.1.1
pyproject_hooks==1.0.0
pytest==7.4.2
python-dateutil==2.8.2
PyYAML==6.0
PyYAML==6.0.1
requests==2.31.0
six==1.16.0
snowballstemmer==2.2.0
Sphinx==7.0.1
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.1
Sphinx==7.2.6
sphinxcontrib-applehelp==1.0.7
sphinxcontrib-devhelp==1.0.5
sphinxcontrib-htmlhelp==2.0.4
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-qthelp==1.0.6
sphinxcontrib-serializinghtml==1.1.9
toml==0.10.2
tomlkit==0.11.8
tomlkit==0.12.1
tox==3.28.0
tqdm==4.65.0
typing_extensions==4.7.1
urllib3==1.26.16
virtualenv==20.23.1
wrapt==1.15.0
tqdm==4.66.1
typing_extensions==4.8.0
urllib3==1.26.17
virtualenv==20.24.5
1 change: 0 additions & 1 deletion requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ flake8
lxml
mypy
pytest
pytest-runner
pylint
sphinx

0 comments on commit fc120d5

Please sign in to comment.