File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 2020@pytest .fixture (autouse = True )
2121def add_np (doctest_namespace ):
2222 doctest_namespace ["np" ] = np
23-
24-
25- @pytest .fixture (autouse = True )
26- def add_tf (doctest_namespace ):
2723 doctest_namespace ["tf" ] = tf
28-
29-
30- @pytest .fixture (autouse = True )
31- def add_tfa (doctest_namespace ):
3224 doctest_namespace ["tfa" ] = tfa
Original file line number Diff line number Diff line change @@ -117,8 +117,8 @@ RUN python configure.py
117117RUN --mount=type=cache,id=cache_bazel,target=/root/.cache/bazel \
118118 bash tools/install_so_files.sh
119119RUN pip install --no-deps -e .
120- RUN pytest -v -n auto ./tensorflow_addons/activations
121- RUN pytest -v --doctest-modules tensorflow_addons/ --ignore-glob=*_test.py
120+ RUN pytest -v -n auto ./tensorflow_addons/activations \
121+ --doctest-modules tensorflow_addons/ --ignore-glob=*_test.py
122122RUN touch /ok.txt
123123
124124# -------------------------------
You can’t perform that action at this time.
0 commit comments