Skip to content

Commit

Permalink
Merge pull request #991 from sirosen/add-randomly
Browse files Browse the repository at this point in the history
Add pytest-randomly to test config + update
  • Loading branch information
sirosen authored Jun 24, 2024
2 parents ee61395 + 7175aad commit 7964b8d
Show file tree
Hide file tree
Showing 17 changed files with 182 additions and 151 deletions.
29 changes: 16 additions & 13 deletions requirements/py3.10/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,41 +4,44 @@
#
# tox p -m freezedeps
#
certifi==2023.11.17
certifi==2024.6.2
# via requests
charset-normalizer==3.3.2
# via requests
coverage==7.3.2
coverage==7.5.3
# via -r test.in
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via pytest
execnet==2.0.2
execnet==2.1.1
# via pytest-xdist
flaky==3.7.0
flaky==3.8.1
# via -r test.in
idna==3.6
idna==3.7
# via requests
iniconfig==2.0.0
# via pytest
packaging==23.2
packaging==24.1
# via pytest
pluggy==1.3.0
pluggy==1.5.0
# via pytest
pytest==7.4.3
pytest==8.2.2
# via
# -r test.in
# pytest-randomly
# pytest-xdist
pytest-xdist==3.5.0
pytest-randomly==3.15.0
# via -r test.in
pytest-xdist==3.6.1
# via -r test.in
pyyaml==6.0.1
# via responses
requests==2.31.0
requests==2.32.3
# via responses
responses==0.24.1
responses==0.25.3
# via -r test.in
tomli==2.0.1
# via pytest
urllib3==2.1.0
urllib3==2.2.2
# via
# requests
# responses
18 changes: 9 additions & 9 deletions requirements/py3.10/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,37 @@
#
# tox p -m freezedeps
#
certifi==2023.11.17
certifi==2024.6.2
# via requests
charset-normalizer==3.3.2
# via requests
idna==3.6
idna==3.7
# via requests
mypy==1.7.1
mypy==1.10.0
# via -r typing.in
mypy-extensions==1.0.0
# via mypy
pyyaml==6.0.1
# via responses
requests==2.31.0
requests==2.32.3
# via responses
responses==0.24.1
responses==0.25.3
# via -r typing.in
tomli==2.0.1
# via mypy
types-cryptography==3.3.23.2
# via types-jwt
types-docutils==0.20.0.3
types-docutils==0.21.0.20240423
# via -r typing.in
types-jwt==0.1.3
# via -r typing.in
types-requests==2.31.0.10
types-requests==2.32.0.20240602
# via -r typing.in
typing-extensions==4.8.0
typing-extensions==4.12.2
# via
# -r typing.in
# mypy
urllib3==2.1.0
urllib3==2.2.2
# via
# requests
# responses
Expand Down
49 changes: 22 additions & 27 deletions requirements/py3.11/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,80 +4,75 @@
#
# tox p -m freezedeps
#
alabaster==0.7.13
alabaster==0.7.16
# via sphinx
babel==2.13.1
babel==2.15.0
# via sphinx
beautifulsoup4==4.12.2
beautifulsoup4==4.12.3
# via furo
certifi==2023.11.17
certifi==2024.6.2
# via requests
charset-normalizer==3.3.2
# via requests
docutils==0.20.1
docutils==0.21.2
# via sphinx
furo==2023.9.10
furo==2024.5.6
# via -r docs.in
idna==3.6
idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.2
jinja2==3.1.4
# via sphinx
markupsafe==2.1.3
markupsafe==2.1.5
# via jinja2
packaging==23.2
packaging==24.1
# via sphinx
pygments==2.17.2
pygments==2.18.0
# via
# furo
# sphinx
pyyaml==6.0.1
# via responses
requests==2.31.0
requests==2.32.3
# via
# responses
# sphinx
responses==0.24.1
responses==0.25.3
# via -r docs.in
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
# via beautifulsoup4
sphinx==7.2.6
sphinx==7.3.7
# via
# -r docs.in
# furo
# sphinx-basic-ng
# sphinx-copybutton
# sphinx-design
# sphinx-issues
# sphinxcontrib-applehelp
# sphinxcontrib-devhelp
# sphinxcontrib-htmlhelp
# sphinxcontrib-qthelp
# sphinxcontrib-serializinghtml
sphinx-basic-ng==1.0.0b2
# via furo
sphinx-copybutton==0.5.2
# via -r docs.in
sphinx-design==0.5.0
sphinx-design==0.6.0
# via -r docs.in
sphinx-issues==3.0.1
sphinx-issues==4.1.0
# via -r docs.in
sphinxcontrib-applehelp==1.0.7
sphinxcontrib-applehelp==1.0.8
# via sphinx
sphinxcontrib-devhelp==1.0.5
sphinxcontrib-devhelp==1.0.6
# via sphinx
sphinxcontrib-htmlhelp==2.0.4
sphinxcontrib-htmlhelp==2.0.5
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.6
sphinxcontrib-qthelp==1.0.7
# via sphinx
sphinxcontrib-serializinghtml==1.1.9
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
urllib3==2.1.0
urllib3==2.2.2
# via
# requests
# responses
27 changes: 15 additions & 12 deletions requirements/py3.11/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,40 @@
#
# tox p -m freezedeps
#
certifi==2023.11.17
certifi==2024.6.2
# via requests
charset-normalizer==3.3.2
# via requests
coverage==7.3.2
coverage==7.5.3
# via -r test.in
execnet==2.0.2
execnet==2.1.1
# via pytest-xdist
flaky==3.7.0
flaky==3.8.1
# via -r test.in
idna==3.6
idna==3.7
# via requests
iniconfig==2.0.0
# via pytest
packaging==23.2
packaging==24.1
# via pytest
pluggy==1.3.0
pluggy==1.5.0
# via pytest
pytest==7.4.3
pytest==8.2.2
# via
# -r test.in
# pytest-randomly
# pytest-xdist
pytest-xdist==3.5.0
pytest-randomly==3.15.0
# via -r test.in
pytest-xdist==3.6.1
# via -r test.in
pyyaml==6.0.1
# via responses
requests==2.31.0
requests==2.32.3
# via responses
responses==0.24.1
responses==0.25.3
# via -r test.in
urllib3==2.1.0
urllib3==2.2.2
# via
# requests
# responses
18 changes: 9 additions & 9 deletions requirements/py3.11/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,35 @@
#
# tox p -m freezedeps
#
certifi==2023.11.17
certifi==2024.6.2
# via requests
charset-normalizer==3.3.2
# via requests
idna==3.6
idna==3.7
# via requests
mypy==1.7.1
mypy==1.10.0
# via -r typing.in
mypy-extensions==1.0.0
# via mypy
pyyaml==6.0.1
# via responses
requests==2.31.0
requests==2.32.3
# via responses
responses==0.24.1
responses==0.25.3
# via -r typing.in
types-cryptography==3.3.23.2
# via types-jwt
types-docutils==0.20.0.3
types-docutils==0.21.0.20240423
# via -r typing.in
types-jwt==0.1.3
# via -r typing.in
types-requests==2.31.0.10
types-requests==2.32.0.20240602
# via -r typing.in
typing-extensions==4.8.0
typing-extensions==4.12.2
# via
# -r typing.in
# mypy
urllib3==2.1.0
urllib3==2.2.2
# via
# requests
# responses
Expand Down
27 changes: 15 additions & 12 deletions requirements/py3.12/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,40 @@
#
# tox p -m freezedeps
#
certifi==2023.11.17
certifi==2024.6.2
# via requests
charset-normalizer==3.3.2
# via requests
coverage==7.3.2
coverage==7.5.3
# via -r test.in
execnet==2.0.2
execnet==2.1.1
# via pytest-xdist
flaky==3.7.0
flaky==3.8.1
# via -r test.in
idna==3.6
idna==3.7
# via requests
iniconfig==2.0.0
# via pytest
packaging==23.2
packaging==24.1
# via pytest
pluggy==1.3.0
pluggy==1.5.0
# via pytest
pytest==7.4.3
pytest==8.2.2
# via
# -r test.in
# pytest-randomly
# pytest-xdist
pytest-xdist==3.5.0
pytest-randomly==3.15.0
# via -r test.in
pytest-xdist==3.6.1
# via -r test.in
pyyaml==6.0.1
# via responses
requests==2.31.0
requests==2.32.3
# via responses
responses==0.24.1
responses==0.25.3
# via -r test.in
urllib3==2.1.0
urllib3==2.2.2
# via
# requests
# responses
Loading

0 comments on commit 7964b8d

Please sign in to comment.