We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec67b19 commit 4b5466aCopy full SHA for 4b5466a
docs/practices/ci_testing.rst
@@ -42,10 +42,12 @@ that will print out all packages installed through pip and their installed versi
42
2. "Unit test smoke test"
43
3. Scroll until you find a green check
44
4. Pick a python versioned build
45
+ 5. Expand "List dependencies"
46
6. Cut'n'paste the list to a file, e.g. "pass.txt"
47
2. Find a failed run.
48
1. From the "Unit test smoke test" page, find the first red check
49
2. Pick a python versioned build
50
+ 3. Expand "List dependencies"
51
4. Cut'n'paste the list to a file, e.g. "fail.txt"
52
3. Diff those lists
53
1. e.g. ``diff pass.txt fail.txt``
0 commit comments