Move interop tests out of tests

It is moved to the top level package `tests_interop`, to avoid circular
dependency, with the dependency moved to `tox`.
This commit is contained in:
mhchia
2019-09-23 22:00:40 +08:00
parent 4a838033ff
commit 006002f687
20 changed files with 50 additions and 11 deletions

View File

@ -1,4 +1,4 @@
FILES_TO_LINT = libp2p tests examples setup.py
FILES_TO_LINT = libp2p tests tests_interop examples setup.py
PB = libp2p/crypto/pb/crypto.proto libp2p/pubsub/pb/rpc.proto libp2p/security/insecure/pb/plaintext.proto libp2p/security/secio/pb/spipe.proto
PY = $(PB:.proto=_pb2.py)
PYI = $(PB:.proto=_pb2.pyi)