You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ci/travis.sh
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,9 @@ else
55
55
mkdir empty
56
56
cd empty
57
57
58
-
pytest
58
+
# These environment variables ensure that the import of the pytest-trio plugin is covered
59
+
# even if pytest-trio is loaded before pytest-cov. See https://pytest-cov.readthedocs.io/en/latest/plugins.html
0 commit comments