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 0ff411f commit a08c3e8Copy full SHA for a08c3e8
oss_scripts/oss_tests.sh
@@ -53,16 +53,13 @@ function test_notebook() {
53
set_status
54
}
55
56
-# Disable notebook tests for python2.7 and tf2
57
-# TODO(tfds): Re-enable these https://github.com/tensorflow/datasets/issues/48
58
-if [[ "$PY_BIN" = "python2.7" && "$TF_VERSION" = "tf2" ]]
59
-then
60
- echo "Skipping notebook tests"
61
-else
62
- for notebook in $NOTEBOOKS
63
- do
64
- test_notebook $notebook
65
- done
66
-fi
+# Disable notebook tests.
+# TODO(tfds): Make notebook tests respect the virtualenv
+# https://github.com/tensorflow/datasets/issues/48
+echo "Skipping notebook tests"
+# for notebook in $NOTEBOOKS
+# do
+# test_notebook $notebook
+# done
67
68
exit $STATUS
0 commit comments