Skip to content

Commit b1c28bb

Browse files
alrexc24t
alrex
authored andcommitted
Skip pytest 5.2.3 (open-telemetry#293)
1 parent fcdd9fe commit b1c28bb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tox.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ python =
2020

2121
[testenv]
2222
deps =
23-
test: pytest
23+
; skip 5.2.3 pytest due to bug
24+
; https://github.com/pytest-dev/pytest/issues/6194
25+
test: pytest!=5.2.3
26+
coverage: pytest!=5.2.3
2427
coverage: pytest-cov
2528
mypy,mypyinstalled: mypy~=0.740
2629

0 commit comments

Comments
 (0)