Skip to content

Commit

Permalink
Fix collections_overlay_test on Travis.
Browse files Browse the repository at this point in the history
The opensource tests seem to require the test name to match the path:
https://travis-ci.org/github/google/pytype/jobs/743119164.

PiperOrigin-RevId: 341988790
  • Loading branch information
rchen152 committed Nov 12, 2020
1 parent 79b728d commit 6c37c3c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pytype/CMakeLists.txt
Expand Up @@ -631,16 +631,6 @@ py_test(
.libvm
)

py_test(
NAME
collections_overlay_test
SRCS
overlays/collections_overlay_test.py
DEPS
.libvm
pytype.tests.test_base
)

py_library(
NAME
pytdtest
Expand Down
10 changes: 10 additions & 0 deletions pytype/overlays/CMakeLists.txt
@@ -1 +1,11 @@
add_package()

py_test(
NAME
collections_overlay_test
SRCS
collections_overlay_test.py
DEPS
pytype.libvm
pytype.tests.test_base
)

0 comments on commit 6c37c3c

Please sign in to comment.