Skip to content

randomNinja1000/repro-rules-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

(cd repo1 && bazel run //python/test:test)

passes.

(cd repo2 && bazel run //python/test:test)

passes.

Comment / uncomment the load in repo1/python/BUILD.bazel

(cd repo2 && bazel run //python/test:test)

now fails and the sys.path does not contain repo1 anymore.

Unfortunately, it seems with rules_py imports do not "properly cross repos".

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published