Skip to content

Commit

Permalink
WIP: Upgrade to pytest 7.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
legoktm committed Oct 16, 2024
1 parent 1796eb2 commit eba42f1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion securedrop/requirements/python3/develop-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pylint>=3
# pyenchant is via pylint[spelling]
pyenchant>=3.2.1
pynacl>=1.4.0
pytest>=7.2.0
pytest>=7.4.4,<8
pytest-xdist>=3.0.2
python-vagrant
pyyaml>=6.0.1
Expand Down
7 changes: 3 additions & 4 deletions securedrop/requirements/python3/develop-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ attrs==23.2.0 \
# via
# glom
# jsonschema
# pytest
# referencing
# semgrep
babel==2.12.1 \
Expand Down Expand Up @@ -614,9 +613,9 @@ pynacl==1.4.0 \
# via
# -r requirements/python3/develop-requirements.in
# paramiko
pytest==7.2.0 \
--hash=sha256:892f933d339f068883b6fd5a459f03d85bfcb355e4981e146d2c7616c21fef71 \
--hash=sha256:c4014eb40e10f11f355ad4e3c2fb2c6c6d1919c73f3b5a433de4708202cade59
pytest==7.4.4 \
--hash=sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280 \
--hash=sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8
# via
# -r requirements/python3/develop-requirements.in
# pytest-xdist
Expand Down
2 changes: 1 addition & 1 deletion securedrop/requirements/python3/test-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ html5validator
mock
pathlib2
pillow>=10.3.0 # Safety 67136 for CVE-2024-28219
pytest>=7.2.0
pytest>=7.4.4,<8
pytest-xdist>=3.0.2
pytest-cov>=2.12,<3
pytest-mock
Expand Down
7 changes: 3 additions & 4 deletions securedrop/requirements/python3/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ attrs==22.1.0 \
--hash=sha256:86efa402f67bf2df34f51a335487cf46b1ec130d02b8d39fd248abfd30da551c
# via
# outcome
# pytest
# trio
beautifulsoup4==4.8.2 \
--hash=sha256:05fd825eb01c290877657a56df4c6e4c311b3965bda790c613a3d6fb01a5462a \
Expand Down Expand Up @@ -237,9 +236,9 @@ pysocks==1.6.8 \
# via
# requests
# urllib3
pytest==7.2.0 \
--hash=sha256:892f933d339f068883b6fd5a459f03d85bfcb355e4981e146d2c7616c21fef71 \
--hash=sha256:c4014eb40e10f11f355ad4e3c2fb2c6c6d1919c73f3b5a433de4708202cade59
pytest==7.4.4 \
--hash=sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280 \
--hash=sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8
# via
# -r requirements/python3/test-requirements.in
# pytest-cov
Expand Down

0 comments on commit eba42f1

Please sign in to comment.