Skip to content

Commit 3d441b1

Browse files
authored
Remove obsolete version requirement for pytest (open-telemetry#317)
1 parent cfecca1 commit 3d441b1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tox.ini

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ python =
2222

2323
[testenv]
2424
deps =
25-
; skip 5.2.3 pytest due to bug
26-
; https://github.com/pytest-dev/pytest/issues/6194
27-
test: pytest!=5.2.3
28-
coverage: pytest!=5.2.3
25+
test: pytest
26+
coverage: pytest
2927
coverage: pytest-cov
3028
mypy,mypyinstalled: mypy==0.740
3129

0 commit comments

Comments
 (0)