Skip to content

Commit a7eb21a

Browse files
committed
chore(abr-testing,hardware-testing): bump pytest
1 parent eff6e9d commit a7eb21a

File tree

4 files changed

+257
-206
lines changed

4 files changed

+257
-206
lines changed

abr-testing/Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ build = "*"
2626
[dev-packages]
2727
atomicwrites = "==1.4.1"
2828
colorama = "==0.4.4"
29-
pytest = "==7.1.1"
30-
pytest-cov = "==2.10.1"
29+
pytest = "<9,>=8"
30+
pytest-cov = "==4.1.0"
3131
mypy = "==1.8.0"
3232
black = "==22.3.0"
3333
flake8 = "~=7.0.0"

abr-testing/Pipfile.lock

Lines changed: 126 additions & 90 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hardware-testing/Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ types-paramiko = "*"
1717
[dev-packages]
1818
atomicwrites = "==1.4.1"
1919
colorama = "==0.4.4"
20-
pytest = "==7.1.1"
21-
pytest-cov = "==2.10.1"
20+
pytest = "<9,>=8"
21+
pytest-cov = "==4.1.0"
2222
mypy = "==1.11.0"
2323
black = "==22.3.0"
2424
flake8 = "~=7.0.0"

0 commit comments

Comments
 (0)